Skip to content

Commit

Permalink
add spanish crowdin sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tecpromotion committed Oct 9, 2023
1 parent bd17619 commit d810586
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/crowdin-v4-dl-package-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }}

# Spanish doesn't use Crowdin
- name: Crowdin Download Spanish Spain
uses: crowdin/[email protected]
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: '[email protected]'
env:
GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }}

- name: Crowdin Download Spanish Colombia
uses: crowdin/[email protected]
with:
Expand Down
18 changes: 17 additions & 1 deletion .github/workflows/crowdin-v5-dl-package-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,23 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }}

# Spanish doesn't use Crowdin
- name: Crowdin Download Spanish Spain
uses: crowdin/[email protected]
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: '[email protected]'
env:
GITHUB_TOKEN: ${{ secrets.GHA_TRANSLATIONBOT_PAT }}

- name: Crowdin Download Spanish Colombia
uses: crowdin/[email protected]
with:
Expand Down

0 comments on commit d810586

Please sign in to comment.