-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowdin.yml
37 lines (36 loc) · 1001 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
34
35
36
37
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
"files": [
{
"source": "/project/pyha/locale/fi/LC_MESSAGES/django.po",
"dest": "PYHA/pyha.po",
"translation": "/project/pyha/locale/%two_letters_code%/LC_MESSAGES/%original_file_name%",
"languages_mapping" : {
"two_letters_code" : {
"en-GB" : "en",
"sv-FI": "sv"
}
},
"update_option": "update_as_unapproved"
},
{
"source": "/project/pyha/templates/pyha/email/*_fi.txt",
"dest": "PYHA/emails/%original_file_name%",
"translation": "/project/pyha/templates/pyha/email/%file_name%_%two_letters_code%.txt",
"translation_replace": {
"_fi_fi": "_fi",
"_fi_en": "_en",
"_fi_sv": "_sv"
},
"languages_mapping": {
"two_letters_code": {
"en-GB": "en",
"sv-FI": "sv"
}
},
"update_option": "update_as_unapproved"
}
]