-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcrowdin.yml
More file actions
34 lines (34 loc) · 1.16 KB
/
crowdin.yml
File metadata and controls
34 lines (34 loc) · 1.16 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: "324607"
api_token_env: LAMETA_CROWDIN_TOKEN
preserve_hierarchy: false # we don't want to see the "en/messages.po", just "messages.po"
base_path: "./locale"
files: [
{
"source": /en/messages.po,
"translation": /%two_letters_code%/messages.po,
},
{ "source": /en/fields.po, "translation": /%two_letters_code%/fields.po },
{
"source": /en/vocabularies.po,
"translation": /%two_letters_code%/vocabularies.po,
},
{
"source": /accessProtocols.csv,
"translation": /%original_file_name%,
"first_line_contains_header": true,
"scheme": "identifier,context,source_phrase,es-ES,fr,ru,zh-CN,pt-BR,id,fa",
},
#"key","Context","en","es","fr","ru","zh-CN","pt-BR","id"
{
"source": /genres.csv,
"translation": /%original_file_name%,
"first_line_contains_header": true,
"scheme": "context,source_phrase,es-ES,fr,ru,zh-CN,pt-BR,id,fa",
},
{
"source": /roles.csv,
"translation": /%original_file_name%,
"first_line_contains_header": true,
"scheme": "key,context,source_phrase,es-ES,fr,ru,zh-CN,pt-BR,id,fa",
},
]