crowdin.yml
This commit is contained in:
parent
81a711ee4c
commit
fcf2fbdd86
|
@ -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
|
Loading…
Reference in New Issue