Module:kilta-headword: Difference between revisions

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