mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Merge pull request #16145 from HardwareBoffin/development
Added the ca_AD ( catalan ) Translation
This commit is contained in:
commit
15a1bba1b8
2
.github/workflows/Tasmota_build_devel.yml
vendored
2
.github/workflows/Tasmota_build_devel.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [ tasmota, tasmota32 ]
|
||||
language: [ AF, BG, BR, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
language: [ AF, BG, BR, CA, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
2
.github/workflows/Tasmota_build_master.yml
vendored
2
.github/workflows/Tasmota_build_master.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [ tasmota, tasmota32 ]
|
||||
language: [ AF, BG, BR, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
language: [ AF, BG, BR, CA, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
2
.github/workflows/build_all_the_things.yml
vendored
2
.github/workflows/build_all_the_things.yml
vendored
@ -80,7 +80,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [ tasmota ]
|
||||
language: [ AF, BG, BR, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
language: [ AF, BG, BR, CA, CN, CZ, DE, ES, FR, FY, GR, HE, HU, IT, KO, NL, PL, PT, RO, RU, SE, SK, TR, TW, UK, VN ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
|
@ -168,4 +168,4 @@ People helping to keep the show on the road:
|
||||
|
||||
## License
|
||||
|
||||
This program is licensed under GPL-3.0
|
||||
This program is licensed under GPL-3.0
|
@ -83,6 +83,9 @@ build_flags = ${env.build_flags} -DMY_LANGUAGE=pt_BR
|
||||
[env:tasmota-CN]
|
||||
build_flags = ${env.build_flags} -DMY_LANGUAGE=zh_CN
|
||||
|
||||
[env:tasmota-CA]
|
||||
build_flags = ${env.build_flags} -DMY_LANGUAGE=ca_AD
|
||||
|
||||
[env:tasmota-CZ]
|
||||
build_flags = ${env.build_flags} -DMY_LANGUAGE=cs_CZ
|
||||
|
||||
|
@ -254,6 +254,10 @@ build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=pt_BR
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=zh_CN -DFIRMWARE_TASMOTA32
|
||||
|
||||
[env:tasmota32-CA]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=ca_AD -DFIRMWARE_TASMOTA32
|
||||
|
||||
[env:tasmota32-CZ]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=cs_CZ -DFIRMWARE_TASMOTA32
|
||||
|
1142
tasmota/language/ca_AD.h
Normal file
1142
tasmota/language/ca_AD.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -373,6 +373,7 @@
|
||||
// If non selected the default en-GB will be used
|
||||
//#define MY_LANGUAGE af_AF // Afrikaans in South Africa
|
||||
//#define MY_LANGUAGE bg_BG // Bulgarian in Bulgaria
|
||||
//#define MY_LANGUAGE ca_AD // Catalan in All catalan speaking countries ( Andorra )
|
||||
//#define MY_LANGUAGE cs_CZ // Czech in Czech
|
||||
//#define MY_LANGUAGE de_DE // German in Germany
|
||||
//#define MY_LANGUAGE el_GR // Greek in Greece
|
||||
|
Loading…
x
Reference in New Issue
Block a user