10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 88: | Line 88: | ||
["ø"] = "V", | ["ø"] = "V", | ||
["t^o"] = "V", | ["t^o"] = "V", | ||
["ķ^o"] = "V", | |||
["u"] = "V", | ["u"] = "V", | ||
["ù"] = "V", | ["ù"] = "V", | ||
Line 478: | Line 479: | ||
principle_parts["genpl"] = stem_broken .. "nje" | principle_parts["genpl"] = stem_broken .. "nje" | ||
principle_parts["genpl_short"] = stem_broken_e .. "nje=s" | principle_parts["genpl_short"] = stem_broken_e .. "nje=s" | ||
elseif ending = | elseif mw.ustring.match(ending, "^[tķ]%^o$") then | ||
principle_parts["nom"] = stem_broken .. " | local temp_stem = mw.ustring.match(ending, "^([tķ])%^o$") | ||
principle_parts["voc"] = stem_broken .. " | principle_parts["nom"] = stem_broken .. temp_stem .. "s" | ||
principle_parts["gen"] = stem .. " | principle_parts["voc"] = stem_broken .. temp_stem .. "se" | ||
principle_parts["dat"] = stem .. " | principle_parts["gen"] = stem .. temp_stem .. "usk" | ||
principle_parts["acc"] = stem_broken .. " | principle_parts["dat"] = stem .. temp_stem .. "a" | ||
principle_parts["ins"] = stem_broken .. " | principle_parts["acc"] = stem_broken .. temp_stem .. "st" | ||
principle_parts["nompl"] = stem_broken .. " | principle_parts["ins"] = stem_broken .. temp_stem .. "vúr" | ||
principle_parts["genpl"] = stem_broken .. " | principle_parts["nompl"] = stem_broken .. temp_stem .. "se" | ||
principle_parts["genpl_short"] = stem .. " | principle_parts["genpl"] = stem_broken .. temp_stem .. "si" | ||
principle_parts["genpl_short"] = stem .. temp_stem .. "u=s" | |||
elseif stem_data[ending] == "V" then | elseif stem_data[ending] == "V" then | ||
-- SEMI-LIGHT | -- SEMI-LIGHT |