From ad0cb12e83772032162a98b2c952f8d08c5b3be7 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 15 Aug 2024 13:50:30 +0800 Subject: [PATCH] Try this crowdin setting to skip untranslated files/strings --- crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 37b23b2a..fd55b6bc 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -5,5 +5,5 @@ append_commit_message: false files: - source: /src/locales/en.po translation: /src/locales/%locale%.po - export_languages: - - zh-CN + skip_untranslated_strings: true + skip_untranslated_files: true