Module:languages/data/exceptional: Difference between revisions

Dillon (talk | contribs)
No edit summary
m added Wessedian
 
(6 intermediate revisions by 3 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 408: Line 418:
"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 451: Line 494:
"Roka",
"Roka",
ancestors = "annen",
ancestors = "annen",
type = "conlang",
}
m["anks"] = {
"Ankistran substrate",
nil,
"art",
"Latn",
type = "conlang",
type = "conlang",
}
}
Line 1,337: Line 1,388:
}
}


 
m["we"] = {
"Wessedian",
nil,
"gem",
ancestors = "gem-pro",
"Latn",
type = "conlang",
}




Line 7,061: Line 7,119:
     "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",