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

benjobs pushed a commit to branch dev
in repository 
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 18a300c  fix(nav): translation community navbar (#231)
18a300c is described below

commit 18a300c7b1086a2fc498c9cc758a0e3fad4121b9
Author: Kriszu <[email protected]>
AuthorDate: Tue Sep 5 12:38:09 2023 +0800

    fix(nav): translation community navbar (#231)
---
 .gitignore                                      |  2 ++
 i18n/zh-CN/docusaurus-theme-classic/navbar.json | 46 ++++++++++++++++++++++++-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c92fd9b..ae8ef1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -176,3 +176,5 @@ build
 /package-lock.json
 /.docusaurus/
 yarn.lock
+
+.DS_Store
diff --git a/i18n/zh-CN/docusaurus-theme-classic/navbar.json 
b/i18n/zh-CN/docusaurus-theme-classic/navbar.json
index 287dd24..274e63a 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/navbar.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/navbar.json
@@ -66,5 +66,49 @@
   "item.label.Thanks": {
     "message": "致谢",
     "description": "Navbar item with label Thanks"
+  },
+  "item.label.Code of conduct": {
+    "message": "行为守则",
+    "description": "Navbar item with label Code of conduct"
+  },
+  "item.label.Join the mailing lists": {
+    "message": "加入邮件列表",
+    "description": "Navbar item with label Join the mailing lists"
+  },
+  "item.label.Become A Committer": {
+    "message": "成为 Committer",
+    "description": "Navbar item with label Become A Committer"
+  },
+  "item.label.Become A PMC member": {
+    "message": "成为 PMC 成员",
+    "description": "Navbar item with label Become A PMC member"
+  },
+  "item.label.New Committer Process": {
+    "message": "新的 Committer 流程",
+    "description": "Navbar item with label New Committer Process"
+  },
+  "item.label.New PMC Member Process": {
+    "message": "新的 PMC 成员流程",
+    "description": "Navbar item with label New PMC Member Process"
+  },
+  "item.label.Documentation Notice": {
+    "message": "文档",
+    "description": "Navbar item with label Documentation Notice"
+  },
+  "item.label.Submit Code": {
+    "message": "提交代码",
+    "description": "Navbar item with label Submit Code"
+  },
+  "item.label.Code style and quality guide": {
+    "message": "代码风格和质量指南",
+    "description": "Navbar item with label Code style and quality guide"
+  },
+  "item.label.How to release": {
+    "message": "如何发版",
+    "description": "Navbar item with label How to release"
+  },
+  "item.label.How to Verify Release": {
+    "message": "如何验证发版",
+    "description": "Navbar item with label How to Verify Release"
   }
-}
\ No newline at end of file
+}

Reply via email to