1
0
forked from 0ad/0ad
0ad/source/tools/i18n
bb 6ed690f102 Add script to remove unneeded info from .po files
Differential Revision: D4264
This was SVN commit r26123.
2021-12-27 14:31:32 +00:00
..
extractors Treat code between [] and {} as one blob for translations. 2020-12-16 21:12:54 +00:00
i18n_helper [scripts]Update translation checks to check pluralised strings 2021-08-27 18:48:41 +00:00
tests Update i18n scripts to run on Python3 2020-12-02 10:05:27 +00:00
checkDiff.py Update translation files on translator change 2021-12-25 21:22:45 +00:00
checkTranslations.py [scripts]Update translation checks to check pluralised strings 2021-08-27 18:48:41 +00:00
cleanTranslationFiles.py Add script to remove unneeded info from .po files 2021-12-27 14:31:32 +00:00
creditTranslators.py Add script to remove unneeded info from .po files 2021-12-27 14:31:32 +00:00
generateDebugTranslation.py Add a 'debug' catalog & PEP8 the long string file 2021-03-01 16:37:33 +00:00
maintenanceTasks.sh Add script to remove unneeded info from .po files 2021-12-27 14:31:32 +00:00
pullTranslations.py Make translation pulling parallel to reduce update time. 2021-09-05 17:39:51 +00:00
README.md Update i18n scripts to run on Python3 2020-12-02 10:05:27 +00:00
requirements.txt Update i18n scripts to run on Python3 2020-12-02 10:05:27 +00:00
updateTemplates.py Update i18n scripts to run on Python3 2020-12-02 10:05:27 +00:00

i18n helper

This is a collection of scripts to automate 0 A.D.'s i18n process.

See maintenanceTasks.sh for the full process.

Run tests

pip3 install pytest
python3 -m pytest