45,646
edits
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
pl.label = "plural" | pl.label = "plural" | ||
return | return pl | ||
end | end | ||
Line 57: | Line 57: | ||
table.insert(data.inflections, pl) | table.insert(data.inflections, pl) | ||
else | else | ||
table.insert(data.inflections, plural(word)) | table.insert(data.inflections, word or plural(word)) | ||
end | end | ||
end | end |