From aceea31a57f94eaee4e6ed877b3f6ed988a3ada7 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Mon, 30 Sep 2024 14:51:28 -0400 Subject: [PATCH] Try harder to fix Crowdin GitHub integration --- .github/workflows/crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 7cf6cd2e1..bc5e8692c 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -18,6 +18,7 @@ jobs: upload_sources: true upload_translations: false download_translations: true + skip_untranslated_files: false localization_branch_name: l10n_crowdin_translations create_pull_request: true pull_request_title: 'New Crowdin Translations'