From 0c80efc6866936f81d837836ab0e0438dcf6fff0 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Thu, 16 Jul 2026 22:35:45 -0400 Subject: [PATCH] add mapping for crowdin --- crowdin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 24d98cb..7cea3f7 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -5,7 +5,11 @@ project_id: "donetick" api_token_env: CROWDIN_API_TOKEN preserve_hierarchy: true +languages_mapping: + two_letters_code: + zh-CN: zh-CN + files: - source: /public/locales/en/*.json - translation: /public/locales/%locale%/%original_file_name% + translation: /public/locales/%two_letters_code%/%original_file_name% update_option: update_as_unapproved