From dc810022d12c48eb4ecc798bdf6be771153c461d Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Thu, 11 Feb 2021 11:51:03 -0700 Subject: [PATCH] fix: do not skip untranslated files in download (#41058) --- .github/workflows/crowdin-i18n-docs-download..yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-i18n-docs-download..yml b/.github/workflows/crowdin-i18n-docs-download..yml index e73490261d..b0e8b7e0b9 100644 --- a/.github/workflows/crowdin-i18n-docs-download..yml +++ b/.github/workflows/crowdin-i18n-docs-download..yml @@ -24,7 +24,7 @@ jobs: # downloads download_translations: true - skip_untranslated_files: true + skip_untranslated_files: false export_only_approved: true commit_message: 'chore(i8n,docs): processed translations'