Module:siwa-noun/data: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 877: Line 877:
data.forms["m_pl"] = {s2 .. (match(s2, "h$") and "h" or "") .. "į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 args.s then
data.forms["m_sg"] = {s2 .. "vva"}
data.forms["m_sg"] = {s2 .. "vva"}
data.forms["m_pl"] = {s2 .. "vvagi"}
data.forms["m_pl"] = {s2 .. "vvagi"}