forked from harmonoid/localizations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
117 lines (117 loc) · 1.8 KB
/
index.json
File metadata and controls
117 lines (117 loc) · 1.8 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
113
114
115
116
117
[
{
"code":"ar_SA",
"name":"Arabic",
"country":"Saudi Arabia"
},
{
"code":"az_AZ",
"name":"Azerbaijani",
"country":"Azerbaijan"
},
{
"code":"cs_CZ",
"name":"Čeština",
"country":"Česká republika"
},
{
"code":"de_DE",
"name":"Deutsch",
"country":"Deutschland"
},
{
"code":"en_US",
"name":"English",
"country":"United States"
},
{
"code":"es_ES",
"name":"Español",
"country":"España"
},
{
"code":"es_LA",
"name":"Español",
"country":"Latin America"
},
{
"code":"fa_IR",
"name":"فارسی",
"country":"ایران"
},
{
"code":"fr_FR",
"name":"Français",
"country":"France"
},
{
"code":"hu_HU",
"name":"Magyar",
"country":"Magyarország"
},
{
"code":"id_ID",
"name":"Indonesian",
"country":"Indonesia"
},
{
"code":"it_IT",
"name":"Italian",
"country":"Italy"
},
{
"code":"ja_JP",
"name":"日本語",
"country":"日本"
},
{
"code":"mg_MG",
"name":"Malagasy",
"country":"Madagascar"
},
{
"code":"ms_MY",
"name":"Bahasa Melayu",
"country":"Malaysia"
},
{
"code":"nl_NL",
"name":"Nederlands",
"country":"Nederland"
},
{
"code":"pt_BR",
"name":"Português",
"country":"Brasil"
},
{
"code":"ru_RU",
"name":"Русский",
"country":"Россия"
},
{
"code":"sl_SI",
"name":"Slovenščina",
"country":"Slovenija"
},
{
"code":"sv_SE",
"name":"Svenska",
"country":"Sverige"
},
{
"code":"tr_TR",
"name":"Türkçe",
"country":"Türkiye"
},
{
"code": "uk_UA",
"name": "Українська",
"country": "Україна"
},
{
"code":"zh_CN",
"name":"中文",
"country":"中国"
}
]