forked from gbishop/TarHeelReaderTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlanguages.json
70 lines (70 loc) · 2.61 KB
/
languages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{ "label": "_(Arabic)", "tag": "Arabic", "value": "ar", "speech": false },
{ "label": "_(Basque)", "tag": "Basque", "value": "eu", "speech": false },
{ "label": "_(Catalan)", "tag": "Catalan", "value": "ca", "speech": false },
{ "label": "_(Chinese)", "tag": "Chinese", "value": "zh", "speech": false },
{
"label": "_(Cherokee)",
"tag": "Cherokee",
"value": "chr",
"speech": false
},
{ "label": "_(Danish)", "tag": "Danish", "value": "da", "speech": false },
{ "label": "_(Dutch)", "tag": "Dutch", "value": "nl", "speech": false },
{ "label": "_(English)", "tag": "English", "value": "en", "speech": true },
{
"label": "_(Filipino)",
"tag": "Filipino",
"value": "fil",
"speech": false
},
{ "label": "_(Finnish)", "tag": "Finnish", "value": "fi", "speech": false },
{ "label": "_(French)", "tag": "French", "value": "fr", "speech": true },
{ "label": "_(Galician)", "tag": "Galician", "value": "gl", "speech": false },
{ "label": "_(Georgian)", "tag": "Georgian", "value": "ka", "speech": false },
{ "label": "_(German)", "tag": "German", "value": "de", "speech": true },
{ "label": "_(Greek)", "tag": "Greek", "value": "el", "speech": false },
{ "label": "_(Hebrew)", "tag": "Hebrew", "value": "he", "speech": false },
{
"label": "_(Icelandic)",
"tag": "Icelandic",
"value": "is",
"speech": false
},
{
"label": "_(Indonesian)",
"tag": "Indonesian",
"value": "id",
"speech": true,
"synth": "de"
},
{ "label": "_(Italian)", "tag": "Italian", "value": "it", "speech": true },
{ "label": "_(Japanese)", "tag": "Japanese", "value": "ja", "speech": false },
{ "label": "_(Latin)", "tag": "Latin", "value": "la", "speech": false },
{ "label": "_(Malay)", "tag": "Malay", "value": "mys", "speech": false },
{
"label": "_(Norwegian)",
"tag": "Norwegian",
"value": "no",
"speech": false
},
{ "label": "_(Polish)", "tag": "Polish", "value": "pl", "speech": false },
{
"label": "_(Portuguese)",
"tag": "Portuguese",
"value": "pt",
"speech": true
},
{ "label": "_(Sanskrit)", "tag": "Sanskrit", "value": "sa", "speech": false },
{ "label": "_(Spanish)", "tag": "Spanish", "value": "es", "speech": true },
{ "label": "_(Swedish)", "tag": "Swedish", "value": "sv", "speech": true },
{ "label": "_(Thai)", "tag": "Thai", "value": "th", "speech": false },
{ "label": "_(Turkish)", "tag": "Turkish", "value": "tr", "speech": false },
{
"label": "_(Vietnamese)",
"tag": "Vietnamese",
"value": "vi",
"speech": false
},
{ "label": "_(Zulu)", "tag": "Zulu", "value": "zul", "speech": false }
]