From 31a4450f3df5af179092e674b5dfcf8e4109f218 Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Mon, 8 Jul 2024 09:09:47 +0200 Subject: [PATCH] Skip downloading untranslated strings --- .github/workflows/translations-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/translations-sync.yml b/.github/workflows/translations-sync.yml index 6dad7bc0..f5ec0a85 100644 --- a/.github/workflows/translations-sync.yml +++ b/.github/workflows/translations-sync.yml @@ -24,6 +24,7 @@ jobs: upload_sources: true upload_translations: true download_translations: true + skip_untranslated_strings: true export_only_approved: true localization_branch_name: l10n_crowdin_translations create_pull_request: true