forked from YimMenu/Translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
34 lines (34 loc) · 779 Bytes
/
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
{
"version": 26,
"default_lang": "en_US",
"translations": {
"es_ES": {
"name": "Español (España)",
"file": "es_ES.json"
},
"en_US": {
"name": "English (US)",
"file": "en_US.json"
},
"fr_FR": {
"name": "Français (FR)",
"file": "fr_FR.json"
},
"en_LOL": {
"name": "Lolcat",
"file": "en_LOL.json"
},
"pt_BR": {
"name": "Portuguese (BR)",
"file": "pt_BR.json"
},
"zh_CN": {
"name": "Chinese (CN)",
"file": "zh_CN.json"
},
"zh_TW": {
"name": "Chinese (TW)",
"file": "zh_TW.json"
}
}
}