Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 106: Line 106:
if stem:match("[ae]$") then
if stem:match("[ae]$") then
if args.ld then
if args.ld then
data.forms["m"] = {stem .. "ri"}
data.forms["m"] = {stem}
loc = stem .. "ri"
loc = stem
na = true
na = true
elseif stem:match(v.."ts.$") then
elseif stem:match(v.."ts.$") then