45,646
edits
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
if pl then | if pl then | ||
pl.label = "plural" | pl.label = "plural" | ||
data.inflections | table.insert(data.inflections, pl) | ||
else | else | ||
table.insert(data.inflections, plural(word)) | table.insert(data.inflections, plural(word)) |