mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 23:03:56 -07:00
Currently script checks only singular translations Add branch to check plural strings as well Differential revision: D4199 Refs: #4250 Comments by: @Stan This was SVN commit r25865. |
||
|---|---|---|
| .. | ||
| extractors | ||
| i18n_helper | ||
| tests | ||
| checkDiff.py | ||
| checkTranslations.py | ||
| creditTranslators.py | ||
| generateDebugTranslation.py | ||
| maintenanceTasks.sh | ||
| pullTranslations.py | ||
| README.md | ||
| requirements.txt | ||
| updateTemplates.py | ||
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