2,788
edits
No edit summary |
No edit summary |
||
Line 54: | Line 54: | ||
local inflections = format_inflections(data) | local inflections = format_inflections(data) | ||
if inflections then table.insert(out, inflections) end | if inflections then table.insert(out, inflections) end | ||
return table.concat(out, " ") .. | return table.concat(out, " ") .. (data.nocat and "" or cat) | ||
end | end | ||
return export | return export |