languages.json 1.25 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
12
13
	{
		"code": "bn-BD",
		"title": "Banlga (বাংলা)"
	},
14
	{
15
16
		"code": "ca-ES",
		"title": "Catalan"
17
18
	},
	{
19
		"code": "de-DE",
20
		"title": "Deutsch"
21
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
22
23
24
25
	{
		"code": "en-GB",
		"title": "English (GB)"
	},
26
27
28
29
	{
		"code": "es-ES",
		"title": "Spanish"
	},
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)"
	},
Plamen Vatev's avatar
Plamen Vatev committed
42
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
43
44
45
46
47
48
49
		"code": "it-IT",
		"title": "Italian"
	},
	{
		"code": "ja-JP",
		"title": "Japanese"
	},
Timothy J. Baek's avatar
refac  
Timothy J. Baek committed
50
51
52
53
	{
		"code": "ka-GE",
		"title": "Georgian"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
54
55
56
57
	{
		"code": "ko-KR",
		"title": "Korean"
	},
58
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
59
60
		"code": "nl-NL",
		"title": "Dutch (Netherlands)"
61
	},
Plamen Vatev's avatar
Plamen Vatev committed
62
	{
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
63
64
		"code": "pl-PL",
		"title": "Polish"
Timothy J. Baek's avatar
Timothy J. Baek committed
65
	},
66
67
68
69
	{
		"code": "pt-BR",
		"title": "Portuguese (Brazil)"
	},
Timothy J. Baek's avatar
fix  
Timothy J. Baek committed
70
71
72
73
	{
		"code": "pt-PT",
		"title": "Portuguese (Portugal)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
74
75
76
77
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
aguvener's avatar
aguvener committed
78
79
80
81
	{
		"code": "tr-TR",
		"title": "Turkish"
	},
82
	{
83
		"code": "uk-UA",
84
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
85
86
	},
	{
87
88
		"code": "vi-VN",
		"title": "Tiếng Việt"
89
90
91
92
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
93
	},
94
	{
95
96
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
97
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
98
]