Module:languages/data/exceptional: Difference between revisions
Jukethatbox (talk | contribs) added Macambese |
No edit summary |
||
| (18 intermediate revisions by 6 users not shown) | |||
| Line 338: | Line 338: | ||
"Latn", | "Latn", | ||
ancestors = "hzlc", | ancestors = "hzlc", | ||
type = "conlang", | |||
} | |||
m["xodc-n"] = { | |||
"North Xodec", | |||
nil, | |||
"wasc", | |||
"Latn", | |||
ancestors = "xodc, hzlc", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 405: | Line 415: | ||
"Macambese", | "Macambese", | ||
nil, | nil, | ||
"ine | "ine, roa, roa-oil", | ||
"Latn", | "Latn", | ||
type="conlang", | type="conlang", | ||
} | |||
m["naedz"] = { | |||
"Naedzur", | |||
nil, | |||
"art", | |||
"Latn", | |||
ancestors = "naedz-old", | |||
type = "conlang", | |||
} | |||
m["naedz-old"] = { | |||
"Old Naedzur", | |||
nil, | |||
"art", | |||
"Latn", | |||
type = "conlang", | |||
} | } | ||
| Line 424: | Line 451: | ||
"Latn", | "Latn", | ||
ancestors = "nent-pro", | ancestors = "nent-pro", | ||
type = "conlang", | |||
} | |||
m["okan"] = { | |||
"Misa Okan", | |||
nil, | |||
"art", | |||
"Latn", | |||
type = "conlang", | |||
} | |||
m["popo"] = { | |||
"Po Po", | |||
nil, | |||
"art", | |||
"Latn", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 433: | Line 476: | ||
"Latn", | "Latn", | ||
ancestors = "nent-pro", | ancestors = "nent-pro", | ||
type = "conlang", | |||
} | |||
m["soky"] = { | |||
"Sokya", | |||
nil, | |||
"wasc", | |||
"Latn", | |||
ancestors = "qsc", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 442: | Line 494: | ||
"Roka", | "Roka", | ||
ancestors = "annen", | ancestors = "annen", | ||
type = "conlang", | |||
} | |||
m["anks"] = { | |||
"Ankistran substrate", | |||
nil, | |||
"art", | |||
"Latn", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 853: | Line 913: | ||
"Hang, Thai, Khmr", | "Hang, Thai, Khmr", | ||
ancestors = "aav-pro, nwc-old", | ancestors = "aav-pro, nwc-old", | ||
type = "conlang", | |||
} | |||
m["wuhu"] = { | |||
"Nawuhu", | |||
nil, | |||
"art", | |||
"Latn", | |||
type = "conlang", | type = "conlang", | ||
} | } | ||
| Line 1,022: | Line 1,090: | ||
"Latn", | "Latn", | ||
type = "reconstructed,conlang", | type = "reconstructed,conlang", | ||
} | |||
m["wedg"] = { | |||
"Wedge", | |||
nil, | |||
"art", | |||
"Latn", | |||
type="conlang", | |||
} | } | ||
| Line 1,328: | Line 1,404: | ||
} | } | ||
m["wesd"] = { | |||
"Wessedian", | |||
nil, | |||
"gem", | |||
ancestors = "gem-pro", | |||
"Latn, Runr", | |||
type = "conlang", | |||
} | |||
| Line 7,052: | Line 7,135: | ||
"Latn", | "Latn", | ||
sort_key = { | sort_key = { | ||
remove_diacritics = c.grave, | remove_diacritics = c.grave .. c.circ, | ||
from = {"ċ", "ġ", "œ", "ṡ"}, | from = {"ċ","ġ","œ","ṡ"}, | ||
to = {"c" .. p[1], "g" .. p[1], "o" .. p[1], "s" .. p[1]}, | to = { | ||
"c"..p[1], | |||
"g"..p[1], | |||
"o"..p[1], | |||
"s"..p[1] | |||
}, | |||
}, | }, | ||
ancestors = "sla-pro, carn-old", | ancestors = "sla-pro, carn-old", | ||
| Line 7,069: | Line 7,157: | ||
main_category = "word", | main_category = "word", | ||
} | } | ||
m["phus"] = { | |||
"Pre-Húsnorsk", | |||
nil, | |||
"gem", | |||
"Latn", | |||
ancestors = "non, gem-pro", | |||
type = "conlang", | |||
} | |||
m["vhus"] = { | |||
"Varhúsnorsk", | |||
nil, | |||
"gem", | |||
"Runr, Latn", | |||
ancestors = "phus, non, gem-pro", | |||
type = "conlang", | |||
} | |||
m["jugs"] = { | |||
"Jugsnorsk", | |||
nil, | |||
"gem", | |||
"Runr, Latn", | |||
ancestors = "vhus, phus, non, gem-pro", | |||
type = "conlang", | |||
} | |||
return require("Module:languages").finalizeData(m, "language") | return require("Module:languages").finalizeData(m, "language") | ||