From f27bb79a07f32a998084da3e6acf934df0d4cf11 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 16 Aug 2026 17:08:44 -0400 Subject: [PATCH] fix: ensure untranslated strings are skipped in Crowdin configuration --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index 7cea3f7..03c65e7 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -13,3 +13,4 @@ files: - source: /public/locales/en/*.json translation: /public/locales/%two_letters_code%/%original_file_name% update_option: update_as_unapproved + skip_untranslated_strings: true