From 3cc62c7b02ce19e8f0d84939d969a7cabd8c439f Mon Sep 17 00:00:00 2001 From: tom79 Date: Tue, 15 Oct 2019 07:25:35 +0200 Subject: [PATCH] Update languages for Crowdin & Fdroid --- crowdin.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index ce49ae04e..285f8618a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -7,8 +7,16 @@ files: zh-TW: zh-rTW zh-CN: zh-rCN - source: /fastlane/metadata/android/en-US/full_description.txt - translation: /fastlane/metadata/android/%locale%/%original_file_name% + translation: /fastlane/metadata/android/%two_letters_code%/%original_file_name% update_option: update_without_changes + languages_mapping: + two_letters_code: + zh-TW: zh-rTW + zh-CN: zh-rCN - source: /fastlane/metadata/android/en-US/short_description - translation: /fastlane/metadata/android/%locale%/%original_file_name% - update_option: update_without_changes \ No newline at end of file + translation: /fastlane/metadata/android/%two_letters_code%/%original_file_name% + update_option: update_without_changes + languages_mapping: + two_letters_code: + zh-TW: zh-rTW + zh-CN: zh-rCN \ No newline at end of file