Update translations and use new translations infrastructure (#357)

* Align Lithuanian translation with text length restrictions

* Make translation generation script work also with Python 3

* Fix compilation error by introducing "OffString" string to translations

* Update translations

* Update remaining translations

* Add Finnish, Dutch, Portuguese and Ukrainian languages

* Add Swedish language, update build script

* Add Norwegian and Serbian (Latin) translations

* Update translation file, add automatically generated file warning

* PIDSETTINGS support. Thanks Andre Bernet (kilrah)

* Update Hungarian translation. Thanks adrianmihalko.
This commit is contained in:
Julius Vitkauskas
2018-09-18 02:55:52 +03:00
committed by Ben V. Brown
parent 056353ed6a
commit 54ec20cd9f
28 changed files with 4266 additions and 2319 deletions

View File

@@ -1,6 +1,8 @@
make clean
make -j16 lang=EN
rm -rf Objects/src
make -j16 lang=BG
rm -rf Objects/src
make -j16 lang=CS_CZ
rm -rf Objects/src
make -j16 lang=DE
@@ -9,31 +11,35 @@ make -j16 lang=DK
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=PL
rm -rf Objects/src
make -j16 lang=RU
rm -rf Objects/src
make -j16 lang=FI
rm -rf Objects/src
make -j16 lang=TR
rm -rf Objects/src
make -j16 lang=BG
rm -rf Objects/src
make -j16 lang=SK
rm -rf Objects/src
make -j16 lang=HUN
rm -rf Objects/src
make -j16 lang=BR
rm -rf Objects/src
make -j16 lang=LT
rm -rf Objects/src
make -j16 lang=UA
make -j16 lang=NL
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
rm -rf Objects/src
make -j16 lang=SV
rm -rf Objects/src
make -j16 lang=TR
rm -rf Objects/src
make -j16 lang=UA
rm -rf Objects/src