From 26564419fd49d1547526c00af4b8fec4cc77023b Mon Sep 17 00:00:00 2001 From: "Nicholas Carrigan (he/him)" Date: Thu, 11 Feb 2021 08:55:34 -0800 Subject: [PATCH] fix(tools): allow partial translation (#41055) * fix(tools): allow partial translation Modifies the workflow to allow for partial download of translations to ensure we get all keys in the translation object even if they still have english values. NOTE: Sets workflow to dry run for testing purposes. Will need to revert that setting. * revert(tools): no dry run --- .github/workflows/crowdin-i18n-client-ui-download.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-i18n-client-ui-download.yml b/.github/workflows/crowdin-i18n-client-ui-download.yml index 7d34f01669..01527f9499 100644 --- a/.github/workflows/crowdin-i18n-client-ui-download.yml +++ b/.github/workflows/crowdin-i18n-client-ui-download.yml @@ -23,7 +23,8 @@ jobs: # downloads download_translations: true - skip_untranslated_files: true + skip_untranslated_strings: true + skip_untranslated_files: false export_only_approved: true commit_message: 'chore(i8n,client): processed translations'