From 0a3cc87b2a644cf10361e3f7dbd6902067625388 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:55:13 +0100 Subject: [PATCH] chore(i18n): include untranslated strings in Crowdin sync (#1321) --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 854bc15b..e7bf1eb9 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -40,7 +40,7 @@ jobs: pull_request_base_branch_name: "develop" pull_request_labels: "🌐 translation" # Quality control options - skip_untranslated_strings: true + skip_untranslated_strings: false export_only_approved: false # Commit customization commit_message: "feat(i18n): update translations from Crowdin"