languages.json 697 Bytes
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)"
	},
10
	{
11
12
		"code": "ca-ES",
		"title": "Catalan"
13
14
	},
	{
15
		"code": "de-DE",
16
		"title": "Deutsch"
17
	},
18
19
20
21
	{
		"code": "es-ES",
		"title": "Spanish"
	},
22
	{
23
24
		"code": "fa-IR",
		"title": "فارسی (Farsi)"
25
	},
Justin Hayes's avatar
Justin Hayes committed
26
27
28
29
	{
		"code": "fr-CA",
		"title": "French (Canada)"
	},
30
31
32
33
	{
		"code": "fr-FR",
		"title": "French (France)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
34
35
36
37
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
38
	{
39
		"code": "uk-UA",
40
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
41
42
	},
	{
43
44
		"code": "vi-VN",
		"title": "Tiếng Việt"
45
46
47
48
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
49
	},
50
	{
51
52
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
53
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
54
]