-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.json
More file actions
64 lines (64 loc) · 776 Bytes
/
languages.json
File metadata and controls
64 lines (64 loc) · 776 Bytes
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
{
"english": {
"eng": [
"English American",
[1980, null]
]
},
"français":{
"fra-sta": [
"Standard French",
[1900, null]
],
"frm": [
"Middle French",
[1300, 1650]
]
},
"greek": {
"grc-koi": [
"Koine Greek",
[-300, 300]
]
},
"hebrew": {
"heb": [
"Hebrew",
[-1000, null]
],
"hbo": [
"Ancient Hebrew",
[-1000, 70]
],
"heb-sta": [
"Standard Hebrew",
[1922, null]
]
},
"latin": {
"lat": [
"Latin",
[-75, null]
],
"lat-cla": [
"Classical Latin",
[-75, 200]
],
"lat-lte": [
"Late Latin",
[200, 500]
],
"lat-med": [
"Medieval Latin",
[300, 1400]
],
"lat-neo": [
"Neo-Latin",
[1500, 1900]
],
"lat-con": [
"Contemporary Latin",
[1900, null]
]
}
}