45,646
edits
No edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
end | end | ||
return {label = "plural", w | return {label = "plural", table.concat(w, " ")} | ||
end | end | ||
Line 59: | Line 59: | ||
table.insert(data.inflections, pl) | table.insert(data.inflections, pl) | ||
else | else | ||
table.insert(data.inflections, plural(word, | table.insert(data.inflections, plural(word, 3)) | ||
end | end | ||
end | end |