From 7eb6bfc1277d655cb6b85757b89031e6df9af2ed Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Sun, 31 Jan 2021 21:04:36 -0700 Subject: [PATCH] fix(tools): Download all languages from Crowdin (#40849) --- .github/workflows/crowdin-i18n-curriculum-download.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index 3f5dbe6d136..f300a674489 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -24,19 +24,18 @@ jobs: import_eq_suggestions: false # downloads - download_language: zh-CN download_translations: true skip_untranslated_files: true export_only_approved: true - commit_message: 'chore(i8n,learn): processed chinese translations' + commit_message: 'chore(i8n,learn): processed translations' # pull-request - localization_branch_name: i18n-sync-learn-processed-chinese-translations + localization_branch_name: i18n-sync-learn-processed-translations create_pull_request: false - pull_request_title: 'chore(i18n,learn): Processed chinese translations from crowdin' + pull_request_title: 'chore(i18n,learn): Processed translations from Crowdin' pull_request_body: '' - pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync, language: Chinese' + pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync' # global options config: './curriculum/crowdin.yml'