languages.json 643 Bytes
Newer Older
1
2
[
	{
3
4
		"code": "en-US",
		"title": "English (US)"
5
6
	},
	{
7
8
		"code": "ca-ES",
		"title": "Catalan"
9
10
	},
	{
11
		"code": "de-DE",
12
		"title": "Deutsch"
13
	},
14
15
16
17
	{
		"code": "es-ES",
		"title": "Spanish"
	},
18
	{
19
20
		"code": "fa-IR",
		"title": "فارسی (Farsi)"
21
	},
Justin Hayes's avatar
Justin Hayes committed
22
23
24
25
	{
		"code": "fr-CA",
		"title": "French (Canada)"
	},
26
27
28
29
	{
		"code": "fr-FR",
		"title": "French (France)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
30
31
32
33
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
34
	{
35
		"code": "uk-UA",
36
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
37
38
	},
	{
39
40
		"code": "vi-VN",
		"title": "Tiếng Việt"
41
42
43
44
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
45
	},
46
	{
47
48
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
49
	}
50
]