1
0
forked from 0ad/0ad
0ad/source/tools/i18n
bb 9696b18a72 Happy new year bb.
See previous commit

This was SVN commit r26339.
2022-02-10 16:38:24 +00:00
..
extractors Treat code between [] and {} as one blob for translations. 2020-12-16 21:12:54 +00:00
i18n_helper Some minor improvements for the localization scripts 2022-02-10 16:18:49 +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 Happy new year bb. 2022-02-10 16:38:24 +00:00
cleanTranslationFiles.py Happy new year bb. 2022-02-10 16:38:24 +00:00
creditTranslators.py Happy new year bb. 2022-02-10 16:38:24 +00:00
generateDebugTranslation.py Happy new year bb. 2022-02-10 16:38:24 +00:00
maintenanceTasks.sh Add script to remove unneeded info from .po files 2021-12-27 14:31:32 +00:00
pullTranslations.py Happy new year bb. 2022-02-10 16:38:24 +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 Happy new year bb. 2022-02-10 16:38:24 +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