From 06f57db1bdd2837b6e7bae86d287fe84f52107de Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 13 Nov 2017 05:33:29 -0500 Subject: Add crowdin yaml Remove fake api key Use android language code Ignore translation branch Disable publishing on translation branch Move path to file Revert Add strings xml Add comma --- crowdin.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crowdin.yaml (limited to 'crowdin.yaml') diff --git a/crowdin.yaml b/crowdin.yaml new file mode 100644 index 00000000..5053e211 --- /dev/null +++ b/crowdin.yaml @@ -0,0 +1,16 @@ +"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 -- cgit v1.2.3