Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 60: Line 60:
data.forms["m"] = {stem .. "ka"}
data.forms["m"] = {stem .. "ka"}
end
end
local locative = ""
if stem:match(v.."mm.$") then
if stem:match(v.."mm.$") then
locative = {s3 .. (data.q == "s" and "mṡi" or data.q == "l" and "mki" or "kki")}
word = {s3 .. (data.q == "s" and "mṡi" or data.q == "l" and "mki" or "kki")}
end
end
data.forms["ine"] = locative .. "a"
data.forms["ine"] = word .. "a"
end
end
})
})