languages.json 1.4 KB
Newer Older
1
2
[
	{
3
4
		"code": "en-US",
		"title": "English (US)"
5
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
6
7
8
9
	{
		"code": "bg-BG",
		"title": "Bulgarian (BG)"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
10
11
	{
		"code": "bn-BD",
12
		"title": "Bangla (বাংলা)"
Timothy J. Baek's avatar
Timothy J. Baek committed
13
	},
14
	{
15
16
		"code": "ca-ES",
		"title": "Catalan"
17
	},
18
	{
19
20
21
22
		"code": "de-DE",
		"title": "Deutsch"
	},
	{
23
24
25
26
27
28
		"code": "en-GB",
		"title": "English (GB)"
	},
	{
		"code": "es-ES",
		"title": "Spanish"
29
	},
30
	{
31
32
		"code": "fa-IR",
		"title": "فارسی (Farsi)"
33
	},
Justin Hayes's avatar
Justin Hayes committed
34
35
36
37
	{
		"code": "fr-CA",
		"title": "French (Canada)"
	},
38
39
40
41
	{
		"code": "fr-FR",
		"title": "French (France)"
	},
42
43
44
45
	{
		"code": "hi-IN",
		"title": "Hindi (हिंदी)"
	},
Plamen Vatev's avatar
Plamen Vatev committed
46
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
47
48
49
50
51
52
53
		"code": "it-IT",
		"title": "Italian"
	},
	{
		"code": "ja-JP",
		"title": "Japanese"
	},
54
55
56
57
	{
		"code": "ka-GE",
		"title": "Georgian"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
58
59
60
61
	{
		"code": "ko-KR",
		"title": "Korean"
	},
62
63
64
65
	{
		"code": "nl-NL",
		"title": "Dutch (Netherlands)"
	},
Plamen Vatev's avatar
Plamen Vatev committed
66
	{
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
67
68
		"code": "pl-PL",
		"title": "Polish"
Timothy J. Baek's avatar
Timothy J. Baek committed
69
	},
70
71
72
73
	{
		"code": "pt-BR",
		"title": "Portuguese (Brazil)"
	},
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
74
75
76
77
	{
		"code": "pt-PT",
		"title": "Portuguese (Portugal)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
78
79
80
81
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
82
	{
83
84
		"code": "sv-SE",
		"title": "Swedish"
Jannik Streidl's avatar
Jannik Streidl committed
85
	},
86
	{
87
88
		"code": "tr-TR",
		"title": "Turkish"
89
	},
90
	{
91
92
		"code": "uk-UA",
		"title": "Ukrainian"
Timothy J. Baek's avatar
Timothy J. Baek committed
93
	},
94
95
96
97
98
99
100
101
102
103
104
105
	{
		"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
106
107
108
	{
		"code": "dg-DG",
		"title": "Doge 🐶"
109
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
110
]