languages.json 1.09 KB
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
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
18
19
20
21
	{
		"code": "en-GB",
		"title": "English (GB)"
	},
22
23
24
25
	{
		"code": "es-ES",
		"title": "Spanish"
	},
26
	{
27
28
		"code": "fa-IR",
		"title": "فارسی (Farsi)"
29
	},
Justin Hayes's avatar
Justin Hayes committed
30
31
32
33
	{
		"code": "fr-CA",
		"title": "French (Canada)"
	},
34
35
36
37
	{
		"code": "fr-FR",
		"title": "French (France)"
	},
Plamen Vatev's avatar
Plamen Vatev committed
38
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
39
40
41
42
43
44
45
		"code": "it-IT",
		"title": "Italian"
	},
	{
		"code": "ja-JP",
		"title": "Japanese"
	},
Timothy J. Baek's avatar
Timothy J. Baek committed
46
47
48
49
	{
		"code": "ko-KR",
		"title": "Korean"
	},
50
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
51
52
		"code": "nl-NL",
		"title": "Dutch (Netherlands)"
53
	},
Plamen Vatev's avatar
Plamen Vatev committed
54
	{
Timothy J. Baek's avatar
Timothy J. Baek committed
55
56
57
		"code": "pt-PT",
		"title": "Portuguese (Portugal)"
	},
58
59
60
61
	{
		"code": "pt-BR",
		"title": "Portuguese (Brazil)"
	},
officialsahyaboutorabi's avatar
officialsahyaboutorabi committed
62
63
64
65
	{
		"code": "ru-RU",
		"title": "Russian (Russia)"
	},
aguvener's avatar
aguvener committed
66
67
68
69
	{
		"code": "tr-TR",
		"title": "Turkish"
	},
70
	{
71
		"code": "uk-UA",
72
		"title": "Ukrainian"
Jannik Streidl's avatar
Jannik Streidl committed
73
74
	},
	{
75
76
		"code": "vi-VN",
		"title": "Tiếng Việt"
77
78
79
80
	},
	{
		"code": "zh-CN",
		"title": "Chinese (Simplified)"
81
	},
82
	{
83
84
		"code": "zh-TW",
		"title": "Chinese (Traditional)"
85
	}
Timothy J. Baek's avatar
Timothy J. Baek committed
86
]