Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 874: Line 874:
end
end
data.forms["m_sg"] = {s2 .. "įa"}
data.forms["m_sg"] = {s2 .. (match(s2, "h$") and "h" or "") .. "įa"}
data.forms["m_pl"] = {s2 .. "įagi"}
data.forms["m_pl"] = {s2 .. (match(s2, "h$") and "h" or "") .. "įagi"}
elseif stem:match("t[ao]$") then
elseif stem:match("t[ao]$") then
if s then
if s then