-
Notifications
You must be signed in to change notification settings - Fork 3
/
crowdin.yml
49 lines (48 loc) · 1.57 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
45
46
47
48
49
#
# Crowdin configuration (PlaySRG project)
#
"project_id": "126201"
# "api_token": "" # use --token option instead so that it is work on all computers.
"base_path": "/tmp/playsrg-crowdin"
"base_url": "https://api.crowdin.com"
"preserve_hierarchy": true
files: [
{
"source": "/Apple/Play App/*.strings",
"translation": "/%locale%/Apple/Play App/%original_file_name%"
},
{
"source": "/Apple/Play App/*.csv",
"translation": "/%locale%/Apple/Play App/%original_file_name%",
"first_line_contains_header": false,
"scheme": "identifier,source_or_translation"
},
{
"source": "/Apple/SRGContentProtection Library/*.strings",
"translation": "/%locale%/Apple/SRGContentProtection Library/%original_file_name%"
},
{
"source": "/Apple/SRGDataprovider Library/*.strings",
"translation": "/%locale%/Apple/SRGDataprovider Library/%original_file_name%"
},
{
"source": "/Apple/SRGIdentity Library/*.strings",
"translation": "/%locale%/Apple/SRGIdentity Library/%original_file_name%"
},
{
"source": "/Apple/SRGLetterbox Library/*.strings",
"translation": "/%locale%/Apple/SRGLetterbox Library/%original_file_name%"
},
{
"source": "/Apple/SRGMediaPlayer Library/*.strings",
"translation": "/%locale%/Apple/SRGMediaPlayer Library/%original_file_name%"
},
{
"source": "/Apple/SRGNetwork Library/*.strings",
"translation": "/%locale%/Apple/SRGNetwork Library/%original_file_name%"
},
{
"source": "/Apple/SRGUserData Library/*.strings",
"translation": "/%locale%/Apple/SRGUserData Library/%original_file_name%"
}
]