0ad/source/tools/i18n/README.md

13 lines
194 B
Markdown
Raw Normal View History

# 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
```sh
pip3 install pytest
python3 -m pytest
```