-
Notifications
You must be signed in to change notification settings - Fork 84
/
index.json
59 lines (59 loc) · 1.44 KB
/
index.json
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
{
"version": 128,
"default_lang": "en_US",
"translations": {
"de_DE": {
"name": "Deutsch (DE)",
"file": "de_DE.json"
},
"en_US": {
"name": "English (US)",
"file": "en_US.json"
},
"es_ES": {
"name": "Español (España)",
"file": "es_ES.json"
},
"fr_FR": {
"name": "Français (FR)",
"file": "fr_FR.json"
},
"it_IT": {
"name": "Italiano (IT)",
"file": "it_IT.json"
},
"pl_PL": {
"name": "Polish (PL)",
"file": "pl_PL.json"
},
"pt_BR": {
"name": "Portuguese (BR)",
"file": "pt_BR.json"
},
"ru_RU": {
"alphabet_type": "cyrillic",
"name": "Russian (RU)",
"file": "ru_RU.json"
},
"zh_CN": {
"alphabet_type": "chinese",
"name": "Chinese (CN)",
"file": "zh_CN.json"
},
"zh_TW": {
"alphabet_type": "chinese",
"name": "Chinese (TW)",
"file": "zh_TW.json"
},
"ko_KR": {
"alphabet_type": "korean",
"name": "Korean (KR)",
"file": "ko_KR.json"
},
"tr_TR": {
"alphabet_type": "turkish",
"name": "Turkish (TR)",
"file": "tr_TR.json"
}
}
}