This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch refactor in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
commit d357a3df6aa4dae804c82922008dfa2e24f90192 Author: tison <[email protected]> AuthorDate: Fri Dec 16 10:39:32 2022 +0800 Translate downloads label Signed-off-by: tison <[email protected]> --- i18n/zh-CN/docusaurus-theme-classic/navbar.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/i18n/zh-CN/docusaurus-theme-classic/navbar.json b/i18n/zh-CN/docusaurus-theme-classic/navbar.json index 1b8f24e..40e726b 100644 --- a/i18n/zh-CN/docusaurus-theme-classic/navbar.json +++ b/i18n/zh-CN/docusaurus-theme-classic/navbar.json @@ -14,5 +14,9 @@ "item.label.Blog": { "message": "博客", "description": "Navbar item with label Blog" + }, + "item.label.Download": { + "message": "下载", + "description": "Navbar item with label Blog" } }
