From 14f9f8ce222b8393ab2b758a869243b7f62fa0fd Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:01:33 +0900 Subject: [PATCH] Fix Crowdin export paths and align import and export with repo bundle state (#7162) --- crowdin.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index 7198c7d76..efdbceb8d 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,8 +1,11 @@ +skip_untranslated_strings: true +skip_untranslated_files: true +import_eq_suggestions: true + files: - source: /client/ui/i18n/locales/en/common.json - translation: /client/ui/i18n/locales/%locale%/common.json + translation: /client/ui/i18n/locales/%two_letters_code%/common.json type: chrome languages_mapping: - locale: - es-ES: es - pt-BR: pt + two_letters_code: + zh-CN: zh-CN