From 0a0da687d5bdda3a6456c9562171f961c62770f8 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Thu, 8 Jan 2026 13:32:18 +0100 Subject: [PATCH] ci(crowdin): include untranslated files in exports (#1323) --- .github/workflows/crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index e7bf1eb9..69a3c86d 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -41,6 +41,7 @@ jobs: pull_request_labels: "🌐 translation" # Quality control options skip_untranslated_strings: false + skip_untranslated_files: false export_only_approved: false # Commit customization commit_message: "feat(i18n): update translations from Crowdin"