1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-09-19 23:21:34 +02:00
Frost-for-Facebook/crowdin.yaml
Allan Wang 06f57db1bd 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
2017-11-13 06:16:24 -05:00

16 lines
381 B
YAML

"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"
]
}
]