Add Russian locales (#79)

* add russian locale

* update script update_translation_files.sh

* Defining Python Source Code Encodings

* Update Russian locale

* Update German locale

* update to PO files for new changes

* fix typo

* Update Russian locale

Co-authored-by: schpuntik <schpuntik@freenet.de>
This commit is contained in:
schpuntik
2021-02-14 18:09:19 +01:00
committed by GitHub
parent 6228465fdd
commit b6fb4c1da2
11 changed files with 1311 additions and 404 deletions

View File

@@ -5,7 +5,7 @@ xgettext --keyword=_ --language=Python --add-comments --sort-output \
panels/*.py \
ks_includes/KlipperScreen.conf
langs=(en fr_FR he_IL zh_CN)
langs=(de_DE en fr_FR he_IL ru_RU zh_CN)
for lang in ${langs[@]}; do
msgmerge ks_includes/locales/$lang/LC_MESSAGES/KlipperScreen.po \
ks_includes/locales/KlipperScreen.pot \