From 6585ae697f7b2152c3474bbf3bdc640d6a06dbfd Mon Sep 17 00:00:00 2001 From: ZRunner Date: Fri, 23 Aug 2024 16:50:19 +0200 Subject: [PATCH] fix(crowdin): download partially translated files --- .github/workflows/crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index d2ad952c5..c8c192b93 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -27,6 +27,8 @@ jobs: upload_sources: true upload_translations: true download_translations: true + skip_untranslated_strings: true + skip_untranslated_files: false localization_branch_name: l10n_develop create_pull_request: true