0ad/source/tools/i18n
2023-04-28 09:24:21 +00:00
..
extractors Allow more general contexts in json translatable strings 2022-02-19 17:21:23 +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 Fix the check translation script failing. 2022-09-10 17:16:32 +00:00
cleanTranslationFiles.py encoding="utf-8" is not supported before Python 3.10. 2023-04-28 09:24:21 +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 Update infrastructure to use the new transifex API. 2023-04-27 16:55:06 +00:00
README.md Update i18n scripts to run on Python3 2020-12-02 10:05:27 +00:00
requirements.txt Update infrastructure to use the new transifex API. 2023-04-27 16:55:06 +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