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