mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
This commit is contained in:
@@ -3,13 +3,11 @@ title: inflect.Humanize
|
||||
description: Returns the humanized version of the input with the first letter capitalized.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [humanize]
|
||||
related:
|
||||
- functions/inflect/Pluralize
|
||||
- functions/inflect/Singularize
|
||||
returnType: string
|
||||
signatures: [inflect.Humanize INPUT]
|
||||
params:
|
||||
functions_and_methods:
|
||||
aliases: [humanize]
|
||||
returnType: string
|
||||
signatures: [inflect.Humanize INPUT]
|
||||
aliases: [/functions/humanize]
|
||||
---
|
||||
|
||||
|
@@ -3,13 +3,11 @@ title: inflect.Pluralize
|
||||
description: Pluralizes the given word according to a set of common English pluralization rules.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [pluralize]
|
||||
related:
|
||||
- functions/inflect/Humanize
|
||||
- functions/inflect/Singularize
|
||||
returnType: string
|
||||
signatures: [inflect.Pluralize INPUT]
|
||||
params:
|
||||
functions_and_methods:
|
||||
aliases: [pluralize]
|
||||
returnType: string
|
||||
signatures: [inflect.Pluralize INPUT]
|
||||
aliases: [/functions/pluralize]
|
||||
---
|
||||
|
||||
|
@@ -3,13 +3,11 @@ title: inflect.Singularize
|
||||
description: Singularizes the given word according to a set of common English singularization rules.
|
||||
categories: []
|
||||
keywords: []
|
||||
action:
|
||||
aliases: [singularize]
|
||||
related:
|
||||
- functions/inflect/Humanize
|
||||
- functions/inflect/Pluralize
|
||||
returnType: string
|
||||
signatures: [inflect.Singularize INPUT]
|
||||
params:
|
||||
functions_and_methods:
|
||||
aliases: [singularize]
|
||||
returnType: string
|
||||
signatures: [inflect.Singularize INPUT]
|
||||
aliases: [/functions/singularize]
|
||||
---
|
||||
|
||||
|
@@ -1,12 +1,7 @@
|
||||
---
|
||||
title: Inflect functions
|
||||
linkTitle: inflect
|
||||
description: Template functions to inflect English nouns.
|
||||
description: These functions provide word inflection features such as singularization and pluralization of English nouns.
|
||||
categories: []
|
||||
keywords: []
|
||||
menu:
|
||||
docs:
|
||||
parent: functions
|
||||
---
|
||||
|
||||
These functions provide word inflection features such as singularization and pluralization of English nouns.
|
||||
|
Reference in New Issue
Block a user