Skip to content

Commit

Permalink
Merge pull request #760 from tecpromotion/add-spanish-crowdin
Browse files Browse the repository at this point in the history
Add spanish crowdin
  • Loading branch information
tecpromotion authored Oct 9, 2023
2 parents 7611707 + d810586 commit ddb902d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 108 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
105 changes: 0 additions & 105 deletions .github/workflows/remote-get-spanish.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ These two files can't be processed manual, because of the amount of work and ris
* UTC 04:01-05:00 -> J5 Download Package Translations Crowdin Action
* UTC 07:12-08:12 -> Get J5 Core Source and Upload to Crowdin
* UTC 08:01-08:15 -> Get Russian and upload Translations to Crowdin
* UTC 08:16-08:30 -> Get Spanish and upload Translations to Crowdin
* UTC 08:31-08:45 -> Get Japanese and upload Translations to Crowdin
* UTC 08:46-09:00 -> Get Ukrainian and upload Translations to Crowdin

Expand Down

0 comments on commit ddb902d

Please sign in to comment.