45,647
edits
No edit summary |
No edit summary |
||
Line 826: | Line 826: | ||
if stem:match("[iỉy]$") and args.i then | if stem:match("[iỉy]$") and args.i then | ||
data.forms["u_pl"] = {stem .. "gi"} | data.forms["u_pl"] = {stem .. "gi"} | ||
data.forms["m_sg"] = { | data.forms["m_sg"] = {s2 .. "tṡa"} | ||
data.forms["m_pl"] = { | data.forms["m_pl"] = {s2 .. "tṡagi"} | ||
elseif stem:match("m[ao]$") then | elseif stem:match("m[ao]$") then | ||
data.forms["m_sg"] = {s2 .. (exactly(sv, "[ou]") and "ṡi" or "ka")} | data.forms["m_sg"] = {s2 .. (exactly(sv, "[ou]") and "ṡi" or "ka")} |