diff options
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 |