mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
12 lines
194 B
Markdown
12 lines
194 B
Markdown
# 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
|
|
```
|