-
Notifications
You must be signed in to change notification settings - Fork 2
/
crowdin.yml
62 lines (61 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
50
51
52
53
54
55
56
57
58
59
60
61
62
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_PERSONAL_TOKEN"
"base_path": "./translations/"
"base_url": "https://api.crowdin.com"
files: [{
"source": "/en-GB/**/*.json",
"translation": "/%locale%/**/%original_file_name%",
"type": "json",
"update_option": "update_as_unapproved",
"translation_replace": {
"no-NO": "nn-NO"
},
"languages_mapping": {
"locale": {
"sr-CS": "sr-RS"
}
}
}, {
"source": "/en-GB/**/*.json",
"translation": "/%two_letters_code%/**/%original_file_name%",
"type": "json",
"update_option": "update_as_unapproved",
"translation_replace": {
"de": "de-DE"
},
"languages_mapping": {
"two_letters_code": {
"ar": "ar-SA",
"bg": "bg-BG",
"bs": "bs-BA",
"ca": "ca-ES",
"cs": "cs-CZ",
"da": "da-DK",
"el": "el-GR",
"et": "et-EE",
"fi": "fi-FI",
"fr": "fr-FR",
"he": "he-IL",
"hi": "hi-IN",
"hr": "hr-HR",
"hu": "hu-HU",
"id": "id-ID",
"it": "it-IT",
"ja": "ja-JP",
"ko": "ko-KR",
"lt": "lt-LT",
"lv": "lv-LV",
"nl": "nl-NL",
"pl": "pl-PL",
"pt": "pt-PT",
"ro": "ro-RO",
"ru": "ru-RU",
"sk": "sk-SK",
"sl": "sl-SI",
"th": "th-TH",
"tr": "tr-TR",
"uk": "uk-UA",
"vi": "vi-VN"
}
}
}]