diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 0000000..e50a9ce --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,22 @@ +files: + - source: /app/src/full/res/values/strings.xml + translation: /app/src/full/res/values-%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: /app/src/fdroid_full/listings/en-US/full-description.txt + translation: /app/src/fdroid_full/listings/%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: /app/src/fdroid_full/listings/en-US/short-description.txt + translation: /app/src/fdroid_full/listings/%two_letters_code%/%original_file_name% + update_option: update_without_changes + languages_mapping: + two_letters_code: + zh-TW: zh-rTW + zh-CN: zh-rCN