-
Notifications
You must be signed in to change notification settings - Fork 3
/
crowdin.yml
44 lines (42 loc) · 1.24 KB
/
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
38
39
40
41
42
43
44
#
# Your Crowdin credentials
#
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"
#
# Choose file structure in Crowdin
# e.g. true or false
#
"preserve_hierarchy": true
#
# Files configuration
#
files: [
{
"source": "/resources/pkg_en-GB.xml",
"translation": "/translations/%locale%/pkg_%locale%.xml",
"translate_attributes": 1
},
{
"source": "/resources/admin/language/en-GB/*.ini",
"translation": "/translations/%locale%/admin/language/%locale%/%locale%.%original_file_name%",
},
{
"source": "/resources/site/language/en-GB/*.ini",
"translation": "/translations/%locale%/site/language/%locale%/%locale%.%original_file_name%",
},
{
"source": "/resources/site/templates/**/language/en-GB/*.ini",
"translation": "/translations/%locale%/site/templates/**/language/%locale%/%locale%.%original_file_name%",
},
{
"source": "/resources/modules/**/language/*.ini",
"translation": "/translations/%locale%/modules/**/language/%locale%/%locale%.%original_file_name%",
},
{
"source": "/resources/plugins/**/*.ini",
"translation": "/translations/%locale%/plugins/**/language/%locale%/%locale%.%original_file_name%",
},
]