Module:kilta-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 29: Line 29:
end]]
end]]
return {label = "plural", table.concat(w[tonumber(n)], " ")}
return {label = "plural", table.concat({w[tonumber(n)]}, " ")}
end
end