-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathindex.json
More file actions
112 lines (112 loc) · 1.88 KB
/
index.json
File metadata and controls
112 lines (112 loc) · 1.88 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
[
{
"code": "en_US",
"name": "English",
"country": "United States"
},
{
"code": "ar",
"name": "العربية",
"country": "العالم"
},
{
"code": "de_DE",
"name": "Deutsch",
"country": "Deutschland"
},
{
"code": "el_GR",
"name": "Ελληνικά",
"country": "Ελλάδα"
},
{
"code": "es_ES",
"name": "Español",
"country": "España"
},
{
"code": "fr_FR",
"name": "Français",
"country": "France"
},
{
"code": "id_ID",
"name": "Bahasa Indonesia",
"country": "Indonesia"
},
{
"code": "it_IT",
"name": "Italiano",
"country": "Italia"
},
{
"code": "ja_JP",
"name": "日本語",
"country": "日本"
},
{
"code": "ko_KR",
"name": "한글",
"country": "Korea"
},
{
"code": "ku_KU",
"name": "Kurdî",
"country": "Kurdistan"
},
{
"code": "nl_NL",
"name": "Nederlands",
"country": "Nederland"
},
{
"code": "pl_PL",
"name": "Polski",
"country": "Polska"
},
{
"code": "pt_BR",
"name": "Português",
"country": "Brasil"
},
{
"code": "ro_RO",
"name": "Română",
"country": "România"
},
{
"code": "ru_RU",
"name": "Русский",
"country": "Россия"
},
{
"code": "sl_SI",
"name": "Slovenščina",
"country": "Slovenija"
},
{
"code": "tok",
"name": "toki pona",
"country": "ma pona"
},
{
"code": "tr_TR",
"name": "Türkçe",
"country": "Türkiye"
},
{
"code": "vi_VN",
"name": "Tiếng Việt",
"country": "Việt Nam"
},
{
"code": "zh_CN",
"name": "简体中文",
"country": "中国"
},
{
"code": "zh_TW",
"name": "繁體中文",
"country": "臺灣"
}
]