Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 854: Line 854:
elseif stem:match("si$") then
elseif stem:match("si$") then
data.forms["u_pl"] = {stem .. "gi", s1 .. "sġi"}
data.forms["u_pl"] = {stem .. "gi", s1 .. "sġi"}
data.forms["m_sg"] = {s2 .. "tta"}
data.forms["m_sg"] = {s2 .. (av and "tta" or "ta")}
data.forms["m_pl"] = {s2 .. "ttagi"}
data.forms["m_pl"] = {s2 .. (av and "ttagi" or "tagi")}
elseif stem:match("ṡi$") then
elseif stem:match("ṡi$") then
data.forms["u_pl"] = {stem .. "gi"}
data.forms["u_pl"] = {stem .. "gi"}