Skip to content

Commit

Permalink
ci: Update crowdin.yml (#10815)
Browse files Browse the repository at this point in the history
### What
ci: Update crowdin.yml
  • Loading branch information
teolemon authored Sep 24, 2024
1 parent bd91419 commit d6f4e36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Crowdin Sync
name: Synchronisation of translations using Crowdin

on:
push:
Expand All @@ -7,7 +7,7 @@ on:

jobs:
synchronize-with-crowdin:
name: Synchronize with Crowdin
name: Synchronisation of translations using Crowdin
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -44,13 +44,13 @@ jobs:
pull_request_base_branch_name: main
# Create pull request after pushing to branch
# create_pull_request: # default is true
# To add labels for created pull request
pull_request_labels: 'translations'
# The title of the new pull request
pull_request_title: "l10n: New Crowdin translations to review and merge"
pull_request_body: '### What\n- Automated pull request pulling in new or updated translations from Crowdin (https://translate.openfoodfacts.org).\n## Checklist\n- [ ] 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.\n- [ ] Put extra attention on Acholi, which is used mistakenly as a sandbox by people discovering the self-service translation button on Open Food Facts\n- [ ] Once you are happy, that automated checks pass, you can approve the PR and merge it.\n### Part of\n- Translations'
pull_request_body: '### What\n> [!IMPORTANT]\n> This is a Crowdin generated PR\n- Automated pull request pulling in new or updated translations from Crowdin (https://translate.openfoodfacts.org).\n## Checklist\n- [ ] 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.\n- [ ] Put extra attention on Acholi, which is used mistakenly as a sandbox by people discovering the self-service translation button on Open Food Facts\n- [ ] Once you are happy, that automated checks pass, you can approve the PR and merge it.\n### Part of\n- Translations'
# The contents of the pull request
# pull_request_body: # optional
# To add labels for created pull request
pull_request_labels: "translations"
# Create pull request to specified branch instead of default one
# pull_request_base_branch_name: # optional
# Option to upload or download files to the specified version branch in your Crowdin project
Expand Down

0 comments on commit d6f4e36

Please sign in to comment.