Module:kilta-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 30: Line 30:
end
end
return {label = "plural", table.concat(n, " ")}
return {label = "plural", table.concat({n}, " ")}
end
end