cli/translation-cli/README.md
This is a command line interface that will check the weblate translation state for all languages and print out the ones that are above a certain threshold.
To use this script you need to have a weblate token. You can get it by logging in to weblate and going to your profile settings.
You can run the script with the following command:
./scripts/translation --token <weblate-token> [--threshold 70]
It will print out the languages that are above the threshold. The default threshold is 70. You can change it by passing the --threshold argument.
If you want a code example, you can pass the --print-all argument. It will print out example code for easier integration into the project.
./scripts/translation --token <weblate-token> --print-all
This output can be used to update:
resourceConfigurations in app-k9mail/build.gradle.kts and app-thunderbird/build.gradle.ktssupported_languages in legacy/core/src/res/values/arrays_general_settings_values.xml