0ad/source/tools/i18n/README.md
Dunedan ae3fad73ce
Add a markdownlint pre-commit hook
This adds a pre-commit hook to link Markdown files and fixes all
reported findings.
2024-08-27 10:06:31 +02:00

13 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
```