Module:languages/data/exceptional: Difference between revisions

Larsqui (talk | contribs)
No edit summary
Melinoë (talk | contribs)
No edit summary
 
(13 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 903: 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,072: Line 1,090:
"Latn",
"Latn",
type = "reconstructed,conlang",
type = "reconstructed,conlang",
}
m["wedg"] = {
"Wedge",
nil,
"art",
"Latn",
type="conlang",
}
}


Line 1,378: Line 1,404:
}
}


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




Line 7,101: Line 7,134:
     "sla",
     "sla",
     "Latn",
     "Latn",
    alphabet = {
        "a","b","c","ċ","d","e","f","g","ġ","h","i","j","k","l","m","n",
        "o","œ","p","q","r","s","ṡ","t","u","v","w","x","y","z"
    },
     sort_key = {
     sort_key = {
         remove_diacritics = c.grave,
         remove_diacritics = c.grave .. c.circ,
         from = {"ċ","ġ","œ","ṡ","â"},
         from = {"ċ","ġ","œ","ṡ"},
         to = {
         to = {
             "c"..p[1],
             "c"..p[1],
             "g"..p[1],
             "g"..p[1],
             "o"..p[1],
             "o"..p[1],
             "s"..p[1],
             "s"..p[1]
            "a"
         },
         },
     },
     },
Line 7,129: 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")