This is an automated email from the ASF dual-hosted git repository.

guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ac3be86123 fix: navbar i18n (#1024)
5ac3be86123 is described below

commit 5ac3be8612308370ea6ea807d35e74cc1f1c6eeb
Author: 琚宪政 <95214263+juxianzh...@users.noreply.github.com>
AuthorDate: Sun Apr 24 16:19:47 2022 +0800

    fix: navbar i18n (#1024)
---
 website/i18n/zh/docusaurus-theme-classic/navbar.json | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/website/i18n/zh/docusaurus-theme-classic/navbar.json 
b/website/i18n/zh/docusaurus-theme-classic/navbar.json
index 3cabcd6ba03..9135a82178c 100644
--- a/website/i18n/zh/docusaurus-theme-classic/navbar.json
+++ b/website/i18n/zh/docusaurus-theme-classic/navbar.json
@@ -11,8 +11,20 @@
     "message": "博客",
     "description": "Navbar item with label Blog"
   },
+  "item.label.Resources": {
+    "message": "相关资源",
+    "description": "Navbar item with label Resources"
+  },
+  "item.label.PluginHub": {
+    "message": "插件市场",
+    "description": "Navbar item with label Plugin Hub"
+  },
+  "item.label.Community": {
+    "message": "加入社区",
+    "description": "Navbar item with label Community"
+  },
   "item.label.Events": {
-    "message": "Events",
+    "message": "社区活动",
     "description": "Navbar item with label Events"
   },
   "item.label.Downloads": {
@@ -28,7 +40,7 @@
     "description": "Navbar item with label Showcase"
   },
   "item.label.Help": {
-    "message": "Help",
+    "message": "帮助",
     "description": "Navbar item with label Help"
   },
   "item.label.APISIX": {

Reply via email to