45,647
edits
No edit summary |
No edit summary |
||
Line 911: | Line 911: | ||
elseif stem:match("[lr]i$") then | elseif stem:match("[lr]i$") then | ||
data.forms["u_pl"] = {s1 .. (av and "hi" or "igi")} | data.forms["u_pl"] = {s1 .. (av and "hi" or "igi")} | ||
data.forms["m_sg"] = {s2 .. (stem:match("dli$") and " | data.forms["m_sg"] = {s2 .. (stem:match("dli$") and "dįa" or "tṡa")} | ||
data.forms["m_pl"] = {s2 .. (stem:match("dli$") and " | data.forms["m_pl"] = {s2 .. (stem:match("dli$") and "dįagi" or "tṡagi")} | ||
elseif stem:match("lu$") then | elseif stem:match("lu$") then | ||
data.forms["u_pl"] = {s1 .. (av and "hi" or "ugi")} | data.forms["u_pl"] = {s1 .. (av and "hi" or "ugi")} |