0ad/source/tools/i18n
Dunedan c49d4eedd0
Lint and format Python files using ruff
To improve quality und uniformity of the included Python code this
lints and formats the included Python files with ruff.
2024-08-24 10:54:26 +02:00
..
extractors Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
i18n_helper Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
tests Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
checkDiff.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
checkTranslations.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
cleanTranslationFiles.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
creditTranslators.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
generateDebugTranslation.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
get-nightly-translations.bat Generate nightly SVN builds for end users, fixes #1819. 2024-08-20 19:15:56 +02:00
get-nightly-translations.sh Generate nightly SVN builds for end users, fixes #1819. 2024-08-20 19:15:56 +02:00
pullTranslations.py Lint and format Python files using ruff 2024-08-24 10:54:26 +02:00
README.md Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
requirements.txt Remove contrib JS-lexer and use upstream one 2024-06-23 19:04:07 +00:00
updateTemplates.py Lint and format Python files using ruff 2024-08-24 10:54:26 +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