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