Module:languages/data/exceptional: Difference between revisions
No edit summary |
No edit summary |
||
| (25 intermediate revisions by 5 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 110: | Line 119: | ||
ancestors = "ole-envu, pro-gmw", | ancestors = "ole-envu, pro-gmw", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 126: | 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 1,685: | Line 1,709: | ||
ancestors = "ine-pro", | ancestors = "ine-pro", | ||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 1,812: | Line 1,835: | ||
ancestors = "chle-pro, ine-pro", | ancestors = "chle-pro, ine-pro", | ||
type = "conlang", | type = "conlang", | ||
translit = "thld-translit", | --translit = "thld-translit", | ||
} | } | ||
| Line 1,839: | Line 1,862: | ||
nil, | nil, | ||
"ine", | "ine", | ||
"Armn | "Latn, Armn", | ||
ancestors = "thld, chle-pro, ine-pro", | ancestors = "thld, chle-pro, ine-pro", | ||
type = "conlang", | type = "conlang", | ||
translit | translit = "sish-translit", | ||
link_tr=true, | 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", | |||
} | |||