45,647
edits
No edit summary |
No edit summary |
||
Line 119: | Line 119: | ||
if not args["noinf"] then | if not args["noinf"] then | ||
local genitive = args["gen"] and {args["gen"]} or generate_gen_sg(args[2]) | |||
for i, form in ipairs( | for i, form in ipairs(genitive) do | ||
genitive[i] = {term = form} | |||
end | end | ||
args["gen"].label = "genitive" | args["gen"].label = "genitive" | ||
table.insert(data.inflections, | table.insert(data.inflections, genitive) | ||
end | end | ||