From 2f476dae5a128ea5b3939102391ed42f28dd5ec4 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Wed, 1 May 2019 12:03:13 -0700 Subject: Split yml paths --- crowdin.yaml | 16 ---------------- crowdin.yml | 4 +++- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 crowdin.yaml 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% -- cgit v1.2.3