languages.json 1.88 KB
Newer Older
1
2
[
	{
3
4
		"code": "en-US",
		"title": "English (US)"
5
	},
6
7
8
	{
		"code": "en-GB",
		"title": "English (GB)"
9
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
10
	{
HAMAD ABDULLA's avatar
HAMAD ABDULLA committed
11
12
		"code": "ar-BH",
		"title": "العربية (AR)"
13
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
14
15
16
17
	{
		"code": "bg-BG",
		"title": "Bulgarian (BG)"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
18
19
	{
		"code": "bn-BD",
20
		"title": "Bangla (বাংলা)"
Timothy J. Baek's avatar
Timothy J. Baek committed
21
	},
22
	{
23
24
		"code": "ca-ES",
		"title": "Catalan"
25
	},
root's avatar
root committed
26
27
28
29
        {
                "code": "ceb-PH",
                "title": "Cebuano (Filipino)"
        },
Rei Ebrole's avatar
Rei Ebrole committed
30
31
32
33
	{
		"code": "ceb-PH",
		"title": "Cebuano (Filipino)"
	},
34
	{
35
36
37
		"code": "de-DE",
		"title": "Deutsch"
	},
38
39
40
	{
		"code": "es-ES",
		"title": "Spanish"
41
	},
42
	{
43
44
		"code": "fa-IR",
		"title": "فارسی (Farsi)"
45
	},
46
47
48
49
	{
		"code": "fi-FI",
		"title": "Finnish"
	},
Justin Hayes's avatar
Justin Hayes committed
50
51
52
53
	{
		"code": "fr-CA",
		"title": "French (Canada)"
	},
54
55
56
57
	{
		"code": "fr-FR",
		"title": "French (France)"
	},
Lior Kesos's avatar
Lior Kesos committed
58
59
60
61
	{
		"code": "he-IL",
		"title": "עברית (Hebrew)"
	},
62
63
64
65
	{
		"code": "hi-IN",
		"title": "Hindi (हिंदी)"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
66
67
68
69
	{
		"code": "hr-HR",
		"title": "Croatian"
	},
Plamen Vatev's avatar
Plamen Vatev committed
70
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
71
72
73
74
75
76
77
		"code": "it-IT",
		"title": "Italian"
	},
	{
		"code": "ja-JP",
		"title": "Japanese"
	},
78
79
80
81
	{
		"code": "ka-GE",
		"title": "Georgian"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
82
83
84
85
	{
		"code": "ko-KR",
		"title": "Korean"
	},
86
87
88
89
	{
		"code": "nl-NL",
		"title": "Dutch (Netherlands)"
	},
Justin Hayes's avatar
Justin Hayes committed
90
91
92
93
	{
		"code": "pa-IN",
		"title": "Punjabi (India)"
	},
Plamen Vatev's avatar
Plamen Vatev committed
94
	{
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
95
96
		"code": "pl-PL",
		"title": "Polish"
Timothy J. Baek's avatar
Timothy J. Baek committed
97
	},
98
99
100
101
	{
		"code": "pt-BR",
		"title": "Portuguese (Brazil)"
	},
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
102
103
104
105
	{
		"code": "pt-PT",
		"title": "Portuguese (Portugal)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
106
107
108
109
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
110
	{
111
112
		"code": "sv-SE",
		"title": "Swedish"
Jannik Streidl's avatar
Jannik Streidl committed
113
	},
114
115
116
117
	{
		"code": "sr-RS",
		"title": "Serbian (Српски)"
	},
118
	{
119
120
		"code": "tr-TR",
		"title": "Turkish"
121
	},
122
	{
123
124
		"code": "uk-UA",
		"title": "Ukrainian"
Timothy J. Baek's avatar
Timothy J. Baek committed
125
	},
126
127
128
129
130
131
132
133
134
135
136
137
	{
		"code": "vi-VN",
		"title": "Tiếng Việt"
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
	},
	{
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
138
139
140
	{
		"code": "dg-DG",
		"title": "Doge 🐶"
141
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
142
]