-
Notifications
You must be signed in to change notification settings - Fork 267
/
crowdin.yml
54 lines (53 loc) · 1.09 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
"project_identifier" : "winsparkle"
"base_path" : "translations"
"preserve_hierarchy" : false
"files" : [
{
"source" : "/winsparkle.pot",
"translation" : "/%locale_with_underscore%.po",
"languages_mapping" : {
"locale_with_underscore" : {
"af": "af",
"ar": "ar",
"be": "be",
"bg": "bg",
"bs": "bs",
"co": "co",
"cs": "cs",
"da": "da",
"de": "de",
"el": "el",
"es-ES": "es",
"et": "et",
"eu": "eu",
"fi": "fi",
"fr": "fr",
"ga-IE": "ga",
"he": "he",
"hy-AM": "hy",
"hr": "hr",
"hu": "hu",
"id": "id",
"is": "is",
"it": "it",
"ja": "ja",
"ko": "ko",
"kk": "kk",
"lt": "lt",
"nb": "nb",
"nl": "nl",
"pl": "pl",
"ru": "ru",
"sk": "sk",
"sr": "sr",
"sr-CS": "sr@latin",
"sv-SE": "sv",
"th": "th",
"tr": "tr",
"uk": "uk",
"zh-CN": "zh_CN",
"zh-TW": "zh_TW"
}
}
}
]