From c3a0793be279894acdb5b339ba9ada55662ac682 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Fri, 5 Feb 2021 01:09:09 -0700 Subject: [PATCH] fix(tools, crowdin): do not skip downloading untranslated files (#40922) --- .github/workflows/crowdin-i18n-curriculum-download.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index f3d1daa75a..6125ea63f4 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -12,8 +12,8 @@ jobs: - name: Checkout Source Files uses: actions/checkout@v2 - ##### Chinese Download ##### - - name: Crowdin Download for Chinese Translations + ##### Download ##### + - name: Crowdin Download for Translations uses: crowdin/github-action@master # options: https://github.com/crowdin/github-action/blob/master/action.yml with: @@ -25,7 +25,7 @@ jobs: # downloads download_translations: true - skip_untranslated_files: true + skip_untranslated_files: false export_only_approved: true commit_message: 'chore(i8n,learn): processed translations'