From e5faa6f8421eb584b76b835f0a0ee6f75d46d6bd Mon Sep 17 00:00:00 2001 From: codebro Date: Tue, 3 Feb 2026 02:58:41 +0530 Subject: [PATCH 1/2] i18n(zh-Hans): localize footer labels Translate Docusaurus theme footer labels into Simplified Chinese. Signed-off-by: codebro --- i18n/zh/docusaurus-theme-classic/footer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/i18n/zh/docusaurus-theme-classic/footer.json b/i18n/zh/docusaurus-theme-classic/footer.json index a3ce4117..41acab7d 100644 --- a/i18n/zh/docusaurus-theme-classic/footer.json +++ b/i18n/zh/docusaurus-theme-classic/footer.json @@ -1,22 +1,22 @@ { "link.title.Docs": { - "message": "Docs", + "message": "文档", "description": "The title of the footer links column with title=Docs in the footer" }, "link.title.Community": { - "message": "Community", + "message": "社区", "description": "The title of the footer links column with title=Community in the footer" }, "link.item.label.Develop": { - "message": "Develop", + "message": "发展", "description": "The label of footer link with label=Develop linking to /develop/overview" }, "link.item.label.Embed": { - "message": "Embed", + "message": "嵌入", "description": "The label of footer link with label=Embed linking to /embed/overview" }, "link.item.label.Extend": { - "message": "Extend", + "message": "延长", "description": "The label of footer link with label=Extend linking to /contribute/overview" }, "link.item.label.Discord": { @@ -28,7 +28,7 @@ "description": "The label of footer link with label=Twitter linking to https://twitter.com/realwasmedge" }, "copyright": { - "message": "Copyright © 2023 WasmEdge. Built with Docusaurus.", + "message": "版权所有 © 2023 WasmEdge。使用 Docusaurus 构建。", "description": "The footer copyright" } } From 2f6422c1285e170eaba765f07ab39c5d0eec7abe Mon Sep 17 00:00:00 2001 From: codebro Date: Tue, 3 Feb 2026 03:04:03 +0530 Subject: [PATCH 2/2] i18n(zh-Hans): localize navbar labels Add Simplified Chinese translations for Docusaurus theme navbar items. Signed-off-by: codebro --- i18n/zh/docusaurus-theme-classic/navbar.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/zh/docusaurus-theme-classic/navbar.json b/i18n/zh/docusaurus-theme-classic/navbar.json index 643948db..7b39b7ae 100644 --- a/i18n/zh/docusaurus-theme-classic/navbar.json +++ b/i18n/zh/docusaurus-theme-classic/navbar.json @@ -4,15 +4,15 @@ "description": "The title in the navbar" }, "item.label.Develop": { - "message": "Develop", + "message": "发展", "description": "Navbar item with label Develop" }, "item.label.Embed": { - "message": "Embed", + "message": "嵌入", "description": "Navbar item with label Embed" }, "item.label.Extend": { - "message": "Extend", + "message": "延长", "description": "Navbar item with label Extend" }, "item.label.GitHub": {