From cdd20a4330739e6c0975ee67b2e73aaa8efd55ce Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 10 Jul 2025 10:19:27 -0700 Subject: [PATCH] content: Indicate language sort order for relevant page methods --- content/en/methods/page/AllTranslations.md | 2 +- content/en/methods/page/Translations.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/methods/page/AllTranslations.md b/content/en/methods/page/AllTranslations.md index 62117b429..ed92cd482 100644 --- a/content/en/methods/page/AllTranslations.md +++ b/content/en/methods/page/AllTranslations.md @@ -1,6 +1,6 @@ --- 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: [] keywords: [] params: diff --git a/content/en/methods/page/Translations.md b/content/en/methods/page/Translations.md index 4bab9fe11..c342a8618 100644 --- a/content/en/methods/page/Translations.md +++ b/content/en/methods/page/Translations.md @@ -1,6 +1,6 @@ --- 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: [] keywords: [] params: