Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 912: Line 912:
elseif stem:match("k[ao]$") then
elseif stem:match("k[ao]$") then
data.forms["u_pl"] = {stem .. "gi"}
data.forms["u_pl"] = {stem .. "gi"}
data.forms["m_sg"] = {s2 .. "uni"}
data.forms["m_sg"] = {(match(s1, "h$") and s1 or s2) .. "uni"}
data.forms["m_pl"] = {s2 .. "unhi"}
data.forms["m_pl"] = {(match(s1, "h$") and s1 or s2) .. "unhi"}
elseif stem:match("ki$") then
elseif stem:match("ki$") then
data.forms["u_pl"] = {s1 .. (av and "ṡi" or "igi")}
data.forms["u_pl"] = {s1 .. (av and "ṡi" or "igi")}