0ad/source/tools/i18n
2024-08-20 19:15:56 +02:00
..
extractors Fix references in portable object templates 2024-07-25 08:53:04 +00:00
i18n_helper Some minor improvements for the localization scripts 2022-02-10 16:18:49 +00:00
tests Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
checkDiff.py Generate nightly SVN builds for end users, fixes #1819. 2024-08-20 19:15:56 +02:00
checkTranslations.py Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
cleanTranslationFiles.py Generate nightly SVN builds for end users, fixes #1819. 2024-08-20 19:15:56 +02:00
creditTranslators.py Make language names in credits translatable 2024-07-24 15:37:05 +00:00
generateDebugTranslation.py Preserve comments in debug translations 2024-07-14 05:51:41 +00: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 Generate nightly SVN builds for end users, fixes #1819. 2024-08-20 19:15:56 +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 Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00: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