Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update crowdin.yml #10815

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading