Files
dragonx/contrib/devtools/README.md
2022-09-19 06:18:25 -07:00

17 lines
442 B
Markdown

# Contrib Devtools
This directory contains tools for developers working on this repository.
## update-translations.py
Run this script from the root of the repository to update all translations from transifex.
It will do the following automatically:
- fetch all translations
- post-process them into valid and committable format
- add missing translations to the build system (TODO)
See doc/translation-process.md for more information.