1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Split yml paths

This commit is contained in:
Allan Wang 2019-05-01 12:03:13 -07:00
parent dda14a0ac7
commit 2f476dae5a
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
2 changed files with 3 additions and 17 deletions

View File

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

View File

@ -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%