From c55ac6d4c918cdee598b8ae0ba4de5dbe2c58852 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 25 Apr 2023 18:06:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Set?= =?UTF-8?q?=20skip=5Funtranslated=5Fstrings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index 24c931e32..2d11776e2 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -6,5 +6,6 @@ files: { source: "/apps/web/public/locales/en/*.json", translation: "/apps/web/public/locales/%two_letters_code%/%original_file_name%", + skip_untranslated_strings: true, }, ]