Module:languages/data/exceptional: Difference between revisions
No edit summary |
No edit summary |
||
| (44 intermediate revisions by 7 users not shown) | |||
| Line 12: | Line 12: | ||
local m = {} | local m = {} | ||
m["cubr"] = { | |||
"Cubellian", | |||
nil, | |||
"itc-sbl", | |||
"Latn", | |||
ancestors = "itc-pro", | |||
type = "conlang" | |||
} | |||
m["lhaz"] = { | m["lhaz"] = { | ||
| Line 50: | Line 59: | ||
m["assh"] = { | m["assh"] = { | ||
"Asshai'i", | "Asshai'i", | ||
nil, | |||
"conlang-fam", | |||
"Latn", | |||
type = "conlang" | |||
} | |||
m["aoid"] = { | |||
"Aoid", | |||
nil, | nil, | ||
"conlang-fam", | "conlang-fam", | ||
| Line 102: | Line 119: | ||
ancestors = "ole-envu, pro-gmw", | ancestors = "ole-envu, pro-gmw", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 118: | Line 134: | ||
}, | }, | ||
ancestors = "pro-gmw", | ancestors = "pro-gmw", | ||
type = "conlang", | |||
} | |||
m["senn"] = { | |||
"Sennlandish", | |||
nil, | |||
"gmw", | |||
"Latn", | |||
entry_name = { | |||
from = {"‧"}, | |||
to = {""}, | |||
}, | |||
sort_key = { | |||
remove_diacritics = c.hook, | |||
}, | |||
ancestors = "pro-gmw", "ole-envu", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 495: | Line 527: | ||
} | } | ||
m[" | m["int-glc"] = { | ||
" | "Intergalactic", | ||
nil, | nil, | ||
" | "conlang-fam", | ||
"Latn", | "Latn", | ||
ancestors = "wasc", | type = "conlang", | ||
} | |||
m["kisl"] = { | |||
"Kilīmos-sāîl", | |||
nil, | |||
"wasc-fam", | |||
"Latn", | |||
ancestors = "wasc", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 1,669: | Line 1,709: | ||
ancestors = "ine-pro", | ancestors = "ine-pro", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 1,736: | Line 1,775: | ||
"Latn", | "Latn", | ||
ancestors = "ine-pro", | ancestors = "ine-pro", | ||
type = "conlang", | type = "reconstructed,conlang", | ||
} | } | ||
| Line 1,756: | Line 1,795: | ||
ancestors = "tevo, chle-pro, ine-pro", | ancestors = "tevo, chle-pro, ine-pro", | ||
type = "conlang", | type = "conlang", | ||
translit = " | translit = "mtev-translit", | ||
} | } | ||
| Line 1,763: | Line 1,802: | ||
nil, | nil, | ||
"ine", | "ine", | ||
" | "Deva", | ||
ancestors = "mtev, tevo, chle-pro, ine-pro", | ancestors = "mtev, tevo, chle-pro, ine-pro", | ||
type = "conlang", | type = "conlang", | ||
translit | translit = "mtev-translit", | ||
} | } | ||
m["plld"] = { | |||
"Old Low Polovic", | |||
nil, | |||
"ine", | |||
"Cyrs", | |||
ancestors = "chle-pro, ine-pro", | |||
type = "conlang", | |||
translit = {Cyrl = "plld-translit"}, | |||
} | |||
m["pllw"] = { | |||
"Low Polovic", | |||
nil, | |||
"ine", | |||
"Cyrl", | |||
ancestors = "plld, chle-pro, ine-pro", | |||
type = "conlang", | |||
translit = "pllw-translit", | |||
} | |||
m["thld"] = { | |||
"Old Thadic", | |||
nil, | |||
"ine", | |||
"Cyrs, Grek", | |||
ancestors = "chle-pro, ine-pro", | |||
type = "conlang", | |||
--translit = "thld-translit", | |||
} | |||
m["plhg"] = { | |||
"High Polovic", | |||
nil, | |||
"ine", | |||
"Cyrl", | |||
ancestors = "thld, chle-pro, ine-pro", | |||
type = "conlang", | |||
translit = "plhg-translit", | |||
} | |||
m["thbl"] = { | |||
"Balkan Thadic", | |||
nil, | |||
"ine", | |||
"Cyrs", | |||
ancestors = "thld, chle-pro, ine-pro", | |||
type = "conlang", | |||
translit = "thbl-translit", | |||
} | |||
m["sish"] = { | |||
"Ossamic", | |||
nil, | |||
"ine", | |||
"Latn, Armn", | |||
ancestors = "thld, chle-pro, ine-pro", | |||
type = "conlang", | |||
translit = "sish-translit", | |||
link_tr = true, | |||
--[[translit = {Armn = "sish-translit"}, | |||
link_tr = true,]] | |||
} | |||
m["sint"] = { | |||
"Sintsiran", | |||
nil, | |||
"ine", | |||
type = "conlang", | |||
} | |||
m["fulf"] = { | |||
"Fulfathic", | |||
nil, | |||
"ine", | |||
"Arab", | |||
ancestors = "chle-pro, ine-pro", | |||
type = "conlang", | |||
-- translit = "fulf-translit", | |||
strip_diacritics = "ar-stripdiacritics", | |||
} | |||