forked from LSPosed/LSPosed
-
Notifications
You must be signed in to change notification settings - Fork 2
/
crowdin.yml
33 lines (32 loc) · 862 Bytes
/
crowdin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Your Crowdin credentials
#
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://lsposed.crowdin.com/api/v2"
"pull_request_title": "[translation] Update translation from Crowdin"
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
#
# Files configuration
#
files: [
{
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/%original_file_name%",
"type": "android",
"dest": "/app/strings.xml",
"skip_untranslated_strings": true
},
{
"source": "/daemon/src/main/res/values/strings.xml",
"translation": "/daemon/src/main/res/values-%two_letters_code%/%original_file_name%",
"type": "android",
"dest": "/daemon/strings.xml",
"skip_untranslated_strings": true
}
]