hugoDocs/content/functions/pluralize.md
Bjørn Erik Pedersen 4e0bca2b1e Remove the needsexamples construct
We need to rework the whole template func docs and, while a good idea, this does not fit into that.
2017-07-16 15:13:35 +02:00

541 B

title linktitle description godocref date publishdate lastmod categories menu signature workson hugoversion relatedfuncs deprecated aliases
pluralize pluralize Pluralizes the given word according to a set of common English pluralization rules 2017-02-01 2017-02-01 2017-02-01
functions
docs
parent
functions
pluralize INPUT
false

pluralize will pluralize the given word according to a set of common English pluralization rules.

{{ "cat" | pluralize }} → "cats"