From 2b16555b9a134c843d2010978085c9f259014ecc Mon Sep 17 00:00:00 2001 From: hangy Date: Fri, 28 Jun 2024 16:25:13 +0200 Subject: [PATCH] ci: Create crowdin.yml (#2) * ci: Create crowdin.yml * add some template * Update crowdin.yml Co-authored-by: Pierre Slamich * Update paths to translations --- crowdin.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..ee7da6146 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,17 @@ +project_id_env: CROWDIN_PROJECT_ID +api_token_env: CROWDIN_PERSONAL_TOKEN +pull_request_title: "l10n: New Crowdin translations to review and merge" +pull_request_body: | + ### What + - Automated pull request pulling in new or updated translations from Crowdin (https://translate.openfoodfacts.org). + + ## Checklist + - [ ] Check that they are no bad translations. If there are, correct them directly in Crowdin so that they are not resynced again. Then you can correct them here as well, or wait 24 hours for the sync to happen automatically. + - [ ] Put extra attention on Acholi, which is used mistakenly as a sandbox by people discovering the self-service translation button on Open Food Facts + - [ ] Once you are happy, that automated checks pass, you can approve the PR and merge it. + + ### Part of + - Translations +files: + - source: /src/messages/messages_en.properties + translation: /src/messages/messages_%two_letters_code%.properties