0ad/source/tools/i18n
Dunedan 10e7513bba
Revert changes in check_diff.py in batches
This is to avoid running into errors caused by the limited length of
command line input when reverting lots of files.
2024-09-08 11:39:08 +02:00
..
extractors Fix a regression introduced with 4a049c5f3a 2024-09-04 15:03:21 +02:00
i18n_helper Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
tests Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
check_diff.py Revert changes in check_diff.py in batches 2024-09-08 11:39:08 +02:00
check_translations.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
clean_translation_files.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
credit_translators.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
generate_debug_translation.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
get-nightly-translations.sh Fix issues pointed out by shellcheck 2024-08-28 18:23:18 +02:00
pull_translations.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00
README.md Add a markdownlint pre-commit hook 2024-08-27 10:06:31 +02:00
requirements.txt Remove contrib JS-lexer and use upstream one 2024-06-23 19:04:07 +00:00
update_templates.py Use PEP 8 naming conventions for i18n tools 2024-09-03 13:51:27 +02:00

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