-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathcrowdin.yml
More file actions
34 lines (33 loc) · 1.38 KB
/
crowdin.yml
File metadata and controls
34 lines (33 loc) · 1.38 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
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
# Entries with the format '/**/src/main/res/values/string.xml' are added automatically
# via the addEntryToCrowdinFile tasks, but they are NOT removed automatically.
files: [
{
"source": "/app/src/main/res/values/strings.xml",
"translation": "/app/src/main/res/values-%two_letters_code%/%original_file_name%"
},
{
"source": "/core/ui-common/src/main/res/values/strings.xml",
"translation": "/core/ui-common/src/main/res/values-%two_letters_code%/%original_file_name%"
},
{
"source": "/features/cells/src/main/res/values/strings.xml",
"translation": "/features/cells/src/main/res/values-%two_letters_code%/%original_file_name%"
},
{
"source": "/features/meetings/src/main/res/values/strings.xml",
"translation": "/features/meetings/src/main/res/values-%two_letters_code%/%original_file_name%"
},
{
"source": "/features/sketch/src/main/res/values/strings.xml",
"translation": "/features/sketch/src/main/res/values-%two_letters_code%/%original_file_name%"
},
{
"source": "/features/sync/src/main/res/values/strings.xml",
"translation": "/features/sync/src/main/res/values-%two_letters_code%/%original_file_name%"
}
]