languages.json 385 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
18
	},
	{
19
		"code": "uk-UA",
20
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
21
22
	},
	{
23
24
25
26
27
28
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
29
30
	}
]