From fcf2fbdd86ec313713f73c10655e490070bb92b9 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 19 Sep 2020 10:48:49 +0200 Subject: [PATCH] crowdin.yml --- crowdin.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 crowdin.yml 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