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