0ad/source/tools/i18n
bb 82204a6db9 Fix the test_checkDiff translation tool tester
Differential Revision: D5091
This was SVN commit r27796.
2023-08-14 20:23:09 +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 Fix the test_checkDiff translation tool tester 2023-08-14 20:23:09 +00:00
checkDiff.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
checkTranslations.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
cleanTranslationFiles.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
creditTranslators.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
generateDebugTranslation.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
maintenanceTasks.sh Add script to remove unneeded info from .po files 2021-12-27 14:31:32 +00:00
pullTranslations.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
README.md Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
requirements.txt Update infrastructure to use the new transifex API. 2023-04-27 16:55:06 +00:00
updateTemplates.py Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +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