diff options
author | Allan Wang <me@allanwang.ca> | 2019-05-01 12:03:13 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-05-01 12:03:13 -0700 |
commit | 2f476dae5a128ea5b3939102391ed42f28dd5ec4 (patch) | |
tree | 2879b35f4364ace4ead1a562122c1583c19d5b9d | |
parent | dda14a0ac7ba531e8e2d69df2c769a7d6020a782 (diff) | |
download | frost-2f476dae5a128ea5b3939102391ed42f28dd5ec4.tar.gz frost-2f476dae5a128ea5b3939102391ed42f28dd5ec4.tar.bz2 frost-2f476dae5a128ea5b3939102391ed42f28dd5ec4.zip |
Split yml paths
-rw-r--r-- | crowdin.yaml | 16 | ||||
-rw-r--r-- | crowdin.yml | 4 |
2 files changed, 3 insertions, 17 deletions
diff --git a/crowdin.yaml b/crowdin.yaml deleted file mode 100644 index 5053e211..00000000 --- a/crowdin.yaml +++ /dev/null @@ -1,16 +0,0 @@ -"project_identifier": "frost-for-facebook" -"base_path": "/app/src/main/res" - -"files": [ - { - "source" : "/values/strings.xml", - "translation" : "/values-%android_code%/%original_file_name%" - }, - { - "source" : "/values/strings_*.xml", - "translation" : "/values-%android_code%/%original_file_name%", - "ignore" : [ - "/values/strings_no_translate.xml" - ] - } -]
\ No newline at end of file diff --git a/crowdin.yml b/crowdin.yml index b0b57281..9a4922bf 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,5 +1,7 @@ files: - - source: /app/src/main/res/values/strings*.xml + - source: + - /app/src/main/res/values/strings.xml + - /app/src/main/res/values/strings_*.xml ignore: - /app/src/main/res/values/strings_no_translate.xml translation: /app/src/main/res/values-%android_code%/%original_file_name% |