languages.json 485 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
		"code": "fr-FR",
		"title": "French (France)"
17
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
18
19
20
21
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
22
	{
23
		"code": "uk-UA",
24
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
25
26
	},
	{
27
28
29
30
31
32
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
33
	}
34
35
36
37
	{
		"code":"ca-ES",
		"title":"Catalan"
	}
38
]