mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 08:55:21 +00:00
6dc0ffd86f
- Adds a function to generate a 'debug' catalog. This prepends 'X_X ' to strings, to make it obvious in-game which are translated and which aren't, while still remaining usable. - cleans up the code and formats to PEP8 properly (except for line lengths). Differential Revision: https://code.wildfiregames.com/D3617 This was SVN commit r24966.
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