* 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
104 lines
2.1 KiB
Bash
Executable File
104 lines
2.1 KiB
Bash
Executable File
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
|
|
rm -rf Objects/src
|
|
make -j16 lang=DA
|
|
rm -rf Objects/src
|
|
make -j16 lang=DE
|
|
rm -rf Objects/src
|
|
make -j16 lang=ES
|
|
rm -rf Objects/src
|
|
make -j16 lang=FI
|
|
rm -rf Objects/src
|
|
make -j16 lang=FR
|
|
rm -rf Objects/src
|
|
make -j16 lang=HR
|
|
rm -rf Objects/src
|
|
make -j16 lang=HU
|
|
rm -rf Objects/src
|
|
make -j16 lang=IT
|
|
rm -rf Objects/src
|
|
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
|
|
rm -rf Objects/src
|
|
make -j16 lang=PT
|
|
rm -rf Objects/src
|
|
make -j16 lang=RU
|
|
rm -rf Objects/src
|
|
make -j16 lang=SK
|
|
rm -rf Objects/src
|
|
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=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 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=ES model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=FI model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=FR model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=HR model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=HU model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=IT model=TS80
|
|
rm -rf Objects/src
|
|
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
|
|
rm -rf Objects/src
|
|
make -j16 lang=PT model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=RU model=TS80
|
|
rm -rf Objects/src
|
|
make -j16 lang=SK model=TS80
|
|
rm -rf Objects/src
|
|
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=UK model=TS80
|
|
rm -rf Objects/src
|