J5 Download Package Translations Crowdin Action #593
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: J5 Download Package Translations Crowdin Action | |
# Controls when the action will run. | |
on: | |
# Runs once a day at 4:01 | |
schedule: | |
- cron: '01 4 * * *' | |
# Allows you to run this workflow manually from the Actions tab | |
workflow_dispatch: | |
env: | |
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }} | |
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |
jobs: | |
synchronize-with-crowdin: | |
if: (github.event_name == 'schedule' && github.repository == 'joomla/core-translations') || (github.event_name != 'schedule') | |
runs-on: ubuntu-latest | |
# Steps represent a sequence of tasks that will be executed as part of the job | |
steps: | |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
token: ${{ secrets.GHA_TRANSLATIONBOT_PAT }} | |
# Runs the Crowdin action command - https://github.com/crowdin/github-action | |
- name: Crowdin Download Afrikaans | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
# Option to specify a path to the configuration file, without / at the beginning | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
# Upload sources to Crowdin | |
upload_sources: false | |
# Make pull request of Crowdin translations | |
download_translations: true | |
# Download specific language | |
download_language: af | |
# Only download translated strings | |
skip_untranslated_strings: true | |
# Include approved translations only in exported files. | |
# If not combined with --skip-untranslated-strings option, strings without approval are fulfilled with the source language' | |
export_only_approved: true | |
# The message of the commit | |
commit_message: 'New Afrikaans 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 Albanian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sq | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Albanian 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 Arabic | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ar | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Arabic 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 Armenian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: hy | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Armenian 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 Azerbaijani | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: az | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Azerbaijani 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 Basque | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: eu | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Basque 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 Belarusian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: be | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Belarusian 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 Bengali | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: bn | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Bengali 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 Bosnian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: bs | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Bosnian 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 Bulgarian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: bg | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Bulgarian 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 Catalan | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ca | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Catalan 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 Chinese Simplified | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: zh-CN | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Chinese Simplified 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 Chinese Traditional | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: zh-TW | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Chinese Traditional 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 Croatian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: hr | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Croatian 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 Czech | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: cs | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Czech 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 Danish | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: da | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Danish 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 Dari | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fa-AF | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Dari 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 Dutch | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: nl | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Dutch 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 Dutch Belgium | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: nl-BE | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Dutch Belgium 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 English Australia | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: en-AU | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New English Australia 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 English Canada | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: en-CA | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New English Canada 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 English New Zealand | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: en-NZ | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New English New Zealand 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 English US | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: en-US | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New English US 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 English South Africa | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: en-ZA | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New English South Africa 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 Esperanto | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: eo | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Esperanto 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 Estonian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: et | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Estonian 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 Finnish | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fi | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Finnish 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 French | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fr | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New French 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 French Canada | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fr-CA | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New French Canada 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 Galician | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: gl | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Galician 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 Georgian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ka | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Georgian 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 }} | |
# German doesn't use Crowdin | |
# German Austria doesn't use Crowdin | |
# German Liechtenstein doesn't use Crowdin | |
# German Luxombourg doesn't use Crowdin | |
# German Swiss doesn't use Crowdin | |
- name: Crowdin Download Greek | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: el | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Greek 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 Gujarati | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: gu | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Gujarati 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 Hebrew | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: he | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Hebrew 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 Hindi | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: hi | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Hindi 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 Hungarian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: hu | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Hungarian 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 Indonesian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: id | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Indonesian 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 Irish | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ga | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Irish 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 Italian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: it | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Italian 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 }} | |
# Japanese doesn't use Crowdin | |
- name: Crowdin Download Kazakh | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: kk | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Kazakh 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 Khmer | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: km | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Khmer 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 Korean | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ko | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Korean 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 Kyrgyz | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ky | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Kyrgyz 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 Lao | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: lo | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Lao 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 Latvian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: lv | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Latvian 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 Lithuanian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: lt | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Lithuanian 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 Macedonian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: mk | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Macedonian 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 Malay | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ms | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Malay 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 Malayalam | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ml | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Malayalam 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 Marathi | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: mr | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Marathi 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 Mongolian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: mn | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Mongolian 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 Ndonga | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ng | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Ndonga 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 Northern Sami | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: se | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Northern Sami 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 Norwegian Bokmal | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: nb | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Norwegian Bokmal 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 Norwegian Nynorsk | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: nn-NO | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Norwegian Nynorsk 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 Occitan | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: oc | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Occitan 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 Pashto | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ps | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Pashto 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 Persian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fa | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Persian 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 }} | |
# Polish doesn't use Crowdin | |
- name: Crowdin Download Portuguese | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: pt | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Portuguese 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 Portuguese Brazilian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: pt-BR | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Portuguese Brazilian 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 Romanian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ro | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Romanian 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 }} | |
# Russian doesn't use Crowdin | |
- name: Crowdin Download Serbian Cyrillic | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sr-Cyrl | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Serbian Cyrillic 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 Serbian Latin | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sr-Latn | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Serbian Latin 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 Sinhala | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: si | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Sinhala 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 Slovak | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sk | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Slovak 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 Slovenian | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sl | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Slovenian 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 Spain | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: 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@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: es-CO | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Spanish Colombia 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 Mexico | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: es-MX | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Spanish Mexico 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 Swahili | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sw | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Swahili 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 Swedish | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: sv | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Swedish 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 Syriac | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: syc | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Syriac 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 Tagalog | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: tl | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Tagalog 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 Tamil | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ta | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Tamil 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 Thai | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: th | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Thai 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 Tornedalen, Finland | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: fit-fi | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Tornedalen, Finland 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 Turkish | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: tr | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Turkish 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 Turkmen | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: tk | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Turkmen 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 }} | |
# Ukrainian doesn't use Crowdin | |
- name: Crowdin Download Urdu India | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ur-IN | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Urdu India 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 Urdu (Pakistan) | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ur | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Urdu (Pakistan) 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 Uyghur | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: ug | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Uyghur 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 Vietnamese | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: vi | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Vietnamese 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 Welsh | |
uses: crowdin/github-action@v2.5.1 | |
with: | |
config: 'Configurations/Crowdin-J5-All.yml' | |
crowdin_branch_name: JoomlaV5 | |
upload_sources: false | |
download_translations: true | |
download_language: cy | |
skip_untranslated_strings: true | |
export_only_approved: true | |
commit_message: 'New Welsh 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 }} |