diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-13 05:33:29 -0500 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-11-13 06:16:24 -0500 |
commit | 06f57db1bdd2837b6e7bae86d287fe84f52107de (patch) | |
tree | 9ef5a8f435649b7731b3da4a207bd02d825462d3 /crowdin.yaml | |
parent | 63d8779ad4fab7d2eb762be34eeca04c7debc6f3 (diff) | |
download | frost-06f57db1bdd2837b6e7bae86d287fe84f52107de.tar.gz frost-06f57db1bdd2837b6e7bae86d287fe84f52107de.tar.bz2 frost-06f57db1bdd2837b6e7bae86d287fe84f52107de.zip |
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
Diffstat (limited to 'crowdin.yaml')
-rw-r--r-- | crowdin.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |