Skip to content

Commit

Permalink
ci: Create crowdin.yml (#2)
Browse files Browse the repository at this point in the history
* ci: Create crowdin.yml

* add some template

* Update crowdin.yml

Co-authored-by: Pierre Slamich <pierre.slamich@gmail.com>

* Update paths to translations
  • Loading branch information
hangy authored Jun 28, 2024
1 parent db1957e commit 2b16555
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b16555

Please sign in to comment.