-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathlangs.json
102 lines (102 loc) · 1.65 KB
/
langs.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
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
[
{
"code": "nl_NL",
"name": "Dutch",
"country": "Netherlands"
},
{
"code": "en_US",
"name": "English",
"country": "United States"
},
{
"code": "es_CO",
"name": "Español",
"country": "Colombia"
},
{
"code": "fr_FR",
"name": "Français",
"country": "France"
},
{
"code": "de_DE",
"name": "German",
"country": "Germany"
},
{
"code": "hi_IN",
"name": "Hindi",
"country": "India"
},
{
"code": "id_ID",
"name": "Indonesian",
"country": "Indonesia"
},
{
"code": "it_IT",
"name": "Italian",
"country": "Italy"
},
{
"code": "ja_JP",
"name": "Japanese",
"country": "Japan"
},
{
"code": "fa_IR",
"name": "Persian",
"country": "Iran"
},
{
"code": "pl_PL",
"name": "Polish",
"country": "Poland"
},
{
"code": "pt_BR",
"name": "Português",
"country": "Brasil"
},
{
"code": "ru_RU",
"name": "Russian",
"country": "Russia"
},
{
"code": "sr_RS",
"name": "Serbian",
"country": "Serbia"
},
{
"code": "tr_TR",
"name": "Turkish",
"country": "Türkiye"
},
{
"code": "uk_UA",
"name": "Українська",
"country": "Ukraine"
},
{
"code": "vi_VN",
"name": "Vietnamese",
"country": "Vietnam"
},
{
"code": "ur_PK",
"name": "Urdu",
"country": "Pakistan"
},
{
"code": "zh_Hant",
"name": "繁體中文",
"country": "台灣"
},
{
"code": "zh_Hans",
"name": "简体中文",
"country": "中国"
}
]