mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-03 00:50:11 +03:00
16 lines
371 B
Markdown
16 lines
371 B
Markdown
---
|
|
title: inflect.Pluralize
|
|
description: Pluralizes the given word according to a set of common English pluralization rules.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: [pluralize]
|
|
returnType: string
|
|
signatures: [inflect.Pluralize INPUT]
|
|
aliases: [/functions/pluralize]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ "cat" | pluralize }} → cats
|
|
```
|