mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-30 06:06:36 +00:00
Add support for Afrikaans language translations by Christiaan Heerze
This commit is contained in:
parent
dc3c7207d5
commit
d161026534
19
.github/workflows/CI_github.yml
vendored
19
.github/workflows/CI_github.yml
vendored
@ -156,6 +156,25 @@ jobs:
|
|||||||
name: firmware
|
name: firmware
|
||||||
path: ./build_output/firmware
|
path: ./build_output/firmware
|
||||||
|
|
||||||
|
tasmota-AF:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install -U platformio
|
||||||
|
platformio upgrade --dev
|
||||||
|
platformio update
|
||||||
|
- name: Run PlatformIO
|
||||||
|
run: platformio run -e tasmota-AF
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota-BG:
|
tasmota-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
20
.github/workflows/CI_github_ESP32.yml
vendored
20
.github/workflows/CI_github_ESP32.yml
vendored
@ -164,6 +164,26 @@ jobs:
|
|||||||
name: firmware
|
name: firmware
|
||||||
path: ./build_output/firmware
|
path: ./build_output/firmware
|
||||||
|
|
||||||
|
tasmota32-AF:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install -U platformio
|
||||||
|
platformio upgrade --dev
|
||||||
|
platformio update
|
||||||
|
- name: Run PlatformIO
|
||||||
|
run: |
|
||||||
|
platformio run -e tasmota32-AF
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
tasmota32-BG:
|
tasmota32-BG:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
24
.github/workflows/Tasmota_build.yml
vendored
24
.github/workflows/Tasmota_build.yml
vendored
@ -230,6 +230,30 @@ jobs:
|
|||||||
name: firmware
|
name: firmware
|
||||||
path: ./build_output/firmware
|
path: ./build_output/firmware
|
||||||
|
|
||||||
|
|
||||||
|
tasmota-AF:
|
||||||
|
needs: tasmota_pull
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install -U platformio
|
||||||
|
platformio upgrade --dev
|
||||||
|
platformio update
|
||||||
|
- name: Run PlatformIO
|
||||||
|
run: |
|
||||||
|
platformio run -e tasmota-AF
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: firmware
|
||||||
|
path: ./build_output/firmware
|
||||||
|
|
||||||
|
|
||||||
tasmota-BG:
|
tasmota-BG:
|
||||||
needs: tasmota_pull
|
needs: tasmota_pull
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- Support for FTC532 8-button touch controller by Peter Franck (#10222)
|
- Support for FTC532 8-button touch controller by Peter Franck (#10222)
|
||||||
- Support character `#` to be replaced by `space`-character in command ``Publish`` topic (#10258)
|
- Support character `#` to be replaced by `space`-character in command ``Publish`` topic (#10258)
|
||||||
- BSSID and Signal Strength Indicator to GUI wifi scan result (#10253)
|
- BSSID and Signal Strength Indicator to GUI wifi scan result (#10253)
|
||||||
|
- Support for Afrikaans language translations by Christiaan Heerze
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM
|
- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM
|
||||||
|
@ -59,12 +59,13 @@ The attached binaries can also be downloaded from http://ota.tasmota.com/tasmota
|
|||||||
## Changelog v9.2.0.1
|
## Changelog v9.2.0.1
|
||||||
### Added
|
### Added
|
||||||
- Milliseconds to console output [#10152](https://github.com/arendst/Tasmota/issues/10152)
|
- Milliseconds to console output [#10152](https://github.com/arendst/Tasmota/issues/10152)
|
||||||
|
- Gpio ``Option_a1`` enabling PWM2 high impedance if powered off as used by Wyze bulbs [#10196](https://github.com/arendst/Tasmota/issues/10196)
|
||||||
|
- BSSID and Signal Strength Indicator to GUI wifi scan result [#10253](https://github.com/arendst/Tasmota/issues/10253)
|
||||||
- Support for P9813 RGB Led MOSFET controller [#10104](https://github.com/arendst/Tasmota/issues/10104)
|
- Support for P9813 RGB Led MOSFET controller [#10104](https://github.com/arendst/Tasmota/issues/10104)
|
||||||
- Support for GPIO option selection
|
- Support for GPIO option selection
|
||||||
- Gpio ``Option_a1`` enabling PWM2 high impedance if powered off as used by Wyze bulbs [#10196](https://github.com/arendst/Tasmota/issues/10196)
|
|
||||||
- Support for FTC532 8-button touch controller by Peter Franck [#10222](https://github.com/arendst/Tasmota/issues/10222)
|
- Support for FTC532 8-button touch controller by Peter Franck [#10222](https://github.com/arendst/Tasmota/issues/10222)
|
||||||
- Support character `#` to be replaced by `space`-character in command ``Publish`` topic [#10258](https://github.com/arendst/Tasmota/issues/10258)
|
- Support character `#` to be replaced by `space`-character in command ``Publish`` topic [#10258](https://github.com/arendst/Tasmota/issues/10258)
|
||||||
- BSSID and Signal Strength Indicator to GUI wifi scan result [#10253](https://github.com/arendst/Tasmota/issues/10253)
|
- Support for Afrikaans language translations by Christiaan Heerze
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM
|
- Logging from fixed global memory buffer to stack buffer freeing 700 bytes RAM
|
||||||
|
@ -15,6 +15,7 @@ default_envs = ${build_envs.default_envs}
|
|||||||
; tasmota32-display
|
; tasmota32-display
|
||||||
; tasmota32-ir
|
; tasmota32-ir
|
||||||
; tasmota32-ircustom
|
; tasmota32-ircustom
|
||||||
|
; tasmota32-AF
|
||||||
; tasmota32-BG
|
; tasmota32-BG
|
||||||
; tasmota32-BR
|
; tasmota32-BR
|
||||||
; tasmota32-CN
|
; tasmota32-CN
|
||||||
|
@ -70,6 +70,10 @@ lib_extra_dirs = lib/libesp32, lib/lib_basic
|
|||||||
extends = env:tasmota32
|
extends = env:tasmota32
|
||||||
build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM
|
build_flags = ${common32.build_flags} ${irremoteesp_full.build_flags} -DFIRMWARE_IR_CUSTOM
|
||||||
|
|
||||||
|
[env:tasmota32-AF]
|
||||||
|
extends = env:tasmota32
|
||||||
|
build_flags = ${common32.build_flags} -DMY_LANGUAGE=af_AF
|
||||||
|
|
||||||
[env:tasmota32-BG]
|
[env:tasmota32-BG]
|
||||||
extends = env:tasmota32
|
extends = env:tasmota32
|
||||||
build_flags = ${common32.build_flags} -DMY_LANGUAGE=bg_BG
|
build_flags = ${common32.build_flags} -DMY_LANGUAGE=bg_BG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user