-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcrowdin.yml
More file actions
52 lines (50 loc) · 1.89 KB
/
crowdin.yml
File metadata and controls
52 lines (50 loc) · 1.89 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
"project_id": "805338"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/app/src/main/res/values/strings*.xml",
"ignore": [
"/app/src/main/res/values/strings_country_native_names.xml"
],
"translation": "/app/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/library/base/src/main/res/values/strings*.xml",
"translation": "/library/base/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/base/src/main/res/values/strings*.xml",
"translation": "/ui/base/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/base-tool/src/main/res/values/strings*.xml",
"translation": "/ui/base-tool/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/lesson-renderer/src/main/res/values/strings*.xml",
"translation": "/ui/lesson-renderer/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/tips-renderer/src/main/res/values/strings*.xml",
"translation": "/ui/tips-renderer/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/tract-renderer/src/main/res/values/strings*.xml",
"translation": "/ui/tract-renderer/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
{
"source": "/ui/tutorial-renderer/src/main/res/values/strings*.xml",
"translation": "/ui/tutorial-renderer/src/main/res/values-%android_code%/%original_file_name%",
"update_option": "update_as_unapproved"
},
]