1
0
forked from 0ad/0ad
0ad/source/tools/i18n
bb 0f07c368ed Allow more general contexts in json translatable strings
While at it fix the messages.json from ea72437739 (missing excludeMask
and make the keywords objects not arrays)
Comments By: Freagarach
Differential Revision: D4483
This was SVN commit r26422.
2022-02-19 17:21:23 +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 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