From b2f6edc54ef3cb666678153f37eafbe84f808ed7 Mon Sep 17 00:00:00 2001 From: Uruk Date: Thu, 2 Oct 2025 22:00:46 +0200 Subject: [PATCH] ci: allow untranslated files in Crowdin workflow Removes the skip_untranslated_files configuration to include files that may contain some untranslated strings in the export process. This enables more comprehensive translation updates while still maintaining quality control through the skip_untranslated_strings option. --- .github/workflows/crowdin.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index f3569231..f0f42e8c 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -41,7 +41,6 @@ jobs: pull_request_labels: "🌐 translation" # Quality control options skip_untranslated_strings: true - skip_untranslated_files: true export_only_approved: false # Commit customization commit_message: "feat(i18n): update translations from Crowdin"