Module:siwa-noun/data: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 62: Line 62:
if stem:match(v.."mm.$") then
if stem:match(v.."mm.$") then
word = {s3 .. (data.q == "s" and "mṡi" or data.q == "l" and "mki" or "kki")}
local word = {s3 .. (data.q == "s" and "mṡi" or data.q == "l" and "mki" or "kki")}
end
end