45,640
edits
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 | data.forms["m"] = {stem} | ||
loc = stem | loc = stem | ||
na = true | na = true | ||
elseif stem:match(v.."ts.$") then | elseif stem:match(v.."ts.$") then |