mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 18:04:41 -04:00
content: Indicate language sort order for relevant page methods
This commit is contained in:
parent
fc9a868c92
commit
cdd20a4330
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: AllTranslations
|
title: AllTranslations
|
||||||
description: Returns all translations of the given page, including the current language.
|
description: Returns all translations of the given page, including the current language, sorted by language weight.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
params:
|
params:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Translations
|
title: Translations
|
||||||
description: Returns all translations of the given page, excluding the current language.
|
description: Returns all translations of the given page, excluding the current language, sorted by language weight.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
params:
|
params:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user