From a0f081fe099067d746218622dfcd492cb7efdd58 Mon Sep 17 00:00:00 2001 From: quinn-gaoo Date: Thu, 27 Aug 2026 16:37:22 +0800 Subject: [PATCH] i18n(zh-Hans): fix version dropdown labels for v2.13.0/v2.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit version.label in these two files was mistranslated as "下个版本 🚧" (the "Next Version" label from current.json), so the docs version dropdown showed duplicate identical entries in Simplified Chinese instead of the actual version numbers. Use the version numbers as labels, matching the English source and the other versioned label files (v2.3.0-v2.10). --- .../zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json | 2 +- .../zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json index e8e450e39bd..2e3e5d64964 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.13.0.json @@ -1,6 +1,6 @@ { "version.label": { - "message": "下个版本 🚧", + "message": "v2.13.0", "description": "The label for version current" }, "sidebar.docs.category.Getting Started": { diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json index e8e450e39bd..15520f13e82 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/version-v2.15.0.json @@ -1,6 +1,6 @@ { "version.label": { - "message": "下个版本 🚧", + "message": "v2.15.0", "description": "The label for version current" }, "sidebar.docs.category.Getting Started": {