45,660
edits
No edit summary |
No edit summary |
||
Line 124: | Line 124: | ||
end | end | ||
args[2].label = "infinitive" | |||
if args[2][1] ~= "-" then | if args[2][1] ~= "-" then | ||
table.insert(data.inflections, args[2]) | table.insert(data.inflections, args[2]) | ||
end | end | ||
args[3].label = "past" | |||
if args[3][1] ~= "-" then | if args[3][1] ~= "-" then | ||
table.insert(data.inflections, args[3]) | table.insert(data.inflections, args[3]) | ||
end | end |