Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 884: Line 884:
if args.h then
if args.h then
data.forms["m_sg"] = {(match(s2, "t$") and "" or "t") .. "ta"}
data.forms["m_sg"] = {s2 .. (match(s2, "t$") and "" or "t") .. "ta"}
data.forms["m_pl"] = {(match(s2, "t$") and "" or "t") .. "tagi"}
data.forms["m_pl"] = {s2 .. (match(s2, "t$") and "" or "t") .. "tagi"}
else
else
data.forms["m_sg"] = {s2 .. "hi", s2 .. "ḥi"}
data.forms["m_sg"] = {s2 .. "hi", s2 .. "ḥi"}