From d810586805c7a3f92ad482255f53d9270f9dbd4c Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Mon, 9 Oct 2023 13:50:31 +0200 Subject: [PATCH] add spanish crowdin sync --- .../crowdin-v4-dl-package-translations.yml | 17 ++++++++++++++++- .../crowdin-v5-dl-package-translations.yml | 18 +++++++++++++++++- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin-v4-dl-package-translations.yml b/.github/workflows/crowdin-v4-dl-package-translations.yml index 05b5ae4aa91..61c3d5e3690 100644 --- a/.github/workflows/crowdin-v4-dl-package-translations.yml +++ b/.github/workflows/crowdin-v4-dl-package-translations.yml @@ -1076,7 +1076,22 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }} -# Spanish doesn't use Crowdin + - name: Crowdin Download Spanish Spain + uses: crowdin/github-action@v1.13.1 + with: + config: 'Configurations/Crowdin-J4-All.yml' + upload_sources: false + download_translations: true + download_language: es-ES + skip_untranslated_strings: true + export_only_approved: true + commit_message: 'New Spanish Spain Crowdin translations by Github Action' + localization_branch_name: 'l10n_crowdin_package_v4' + github_user_name: 'joomla-translation-bot' + github_user_email: 'release+translation-bot@joomla.org' + env: + GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }} + - name: Crowdin Download Spanish Colombia uses: crowdin/github-action@v1.13.1 with: diff --git a/.github/workflows/crowdin-v5-dl-package-translations.yml b/.github/workflows/crowdin-v5-dl-package-translations.yml index 7c6945a2b40..acb6be904e4 100644 --- a/.github/workflows/crowdin-v5-dl-package-translations.yml +++ b/.github/workflows/crowdin-v5-dl-package-translations.yml @@ -1141,7 +1141,23 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }} -# Spanish doesn't use Crowdin + - name: Crowdin Download Spanish Spain + uses: crowdin/github-action@v1.13.1 + with: + config: 'Configurations/Crowdin-J5-All.yml' + crowdin_branch_name: JoomlaV5 + upload_sources: false + download_translations: true + download_language: es-ES + skip_untranslated_strings: true + export_only_approved: true + commit_message: 'New Spanish Spain Crowdin translations by Github Action' + localization_branch_name: 'l10n_crowdin_package_v5' + github_user_name: 'joomla-translation-bot' + github_user_email: 'release+translation-bot@joomla.org' + env: + GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }} + - name: Crowdin Download Spanish Colombia uses: crowdin/github-action@v1.13.1 with: