Improve consistency in translations, fix language codes, use cyrillicGlyphs, tweak Serbian translation strings (#407)
* Tweak Serbian translations * Add "cyrillicGlyphs": true to translations that use Cyrillic * translation_cs_cz.json → translation_cs.json The correct language code for Czech is CS; CZ is the country code * Add "cyrillicGlyphs": false to other translations, move "languageLocalName" to top Also change BG and HU "localLanguageName" to start with a capital letter * Add missing "languageLocalName" field for Slovak * Rearrange a few fields so they're in the same order for all languages * Regenerate translations source file * Portugues → Português * translation_dk.json → translation_da.json DA is the ISO 639-1 code for Danish * translation_ua.json → translation_uk.json UK is the ISO 639-1 code for Ukrainian * Update language codes in build.sh
This commit is contained in:
committed by
Ben V. Brown
parent
262ca9b0af
commit
d052edaf9a
@@ -1,15 +1,18 @@
|
||||
python ../../Translation\ Editor/make_translation.py ../../Translation\ Editor
|
||||
|
||||
make clean
|
||||
|
||||
# TS100
|
||||
make -j16 lang=EN
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=BG
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=CS_CZ
|
||||
make -j16 lang=CS
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DA
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DE
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DK
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=ES
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=FI
|
||||
@@ -26,6 +29,8 @@ make -j16 lang=LT
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NL
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NL_BE
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NO
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=PL
|
||||
@@ -36,25 +41,28 @@ make -j16 lang=RU
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SK
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SR
|
||||
make -j16 lang=SR_CYRL
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SR_LATN
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SV
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=TR
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=UA
|
||||
make -j16 lang=UK
|
||||
rm -rf Objects/src
|
||||
|
||||
# TS80
|
||||
make -j16 lang=EN model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=BG model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=CS_CZ model=TS80
|
||||
make -j16 lang=CS model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DA model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DE model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=DK model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=ES model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=FI model=TS80
|
||||
@@ -71,6 +79,8 @@ make -j16 lang=LT model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NL model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NL_BE model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=NO model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=PL model=TS80
|
||||
@@ -81,11 +91,13 @@ make -j16 lang=RU model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SK model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SR model=TS80
|
||||
make -j16 lang=SR_CYRL model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SR_LATN model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=SV model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=TR model=TS80
|
||||
rm -rf Objects/src
|
||||
make -j16 lang=UA model=TS80
|
||||
make -j16 lang=UK model=TS80
|
||||
rm -rf Objects/src
|
||||
|
||||
Reference in New Issue
Block a user