mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 15:23:56 -07:00
Supersedes D1674 and D3520. This still generates some false positives (particularly the singular-plural check), but in general it will suffice to better check bundled languages. Refs #4250 Differential Revision: https://code.wildfiregames.com/D3926 This was SVN commit r25538. |
||
|---|---|---|
| .. | ||
| 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