Skip to content

Commit

Permalink
zh: translate home page (KusionStack#114)
Browse files Browse the repository at this point in the history
* translate label name

* translate home page
  • Loading branch information
chai2010 authored Sep 19, 2022
1 parent e0d9f3f commit 0e94dab
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const config = {
title: 'More',
items: [
{
label: 'faq',
label: 'FAQ',
to: '/docs/user_docs/support',
},
{
Expand Down
9 changes: 9 additions & 0 deletions i18n/zh-CN/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,14 @@
"theme.tags.tagsPageTitle": {
"message": "Tags",
"description": "The title of the tag list page"
},
"Quick Start - 15min ⏱️": {
"message": "快速开始 - 15分钟 ⏱️"
},
"homepage.title": {
"message": "KusionStack"
},
"homepage.tagline": {
"message": "可编程配置技术栈"
}
}
16 changes: 16 additions & 0 deletions i18n/zh-CN/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@
"message": "Slack",
"description": "The label of footer link with label=Slack linking to https://KusionStack.slack.com"
},
"link.item.label.Changelog": {
"message": "更新日志",
"description": "The label of footer link with label=Changelog linking to /changelog"
},
"link.item.label.Introduction": {
"message": "简介",
"description": "The label of footer link with label=Introduction linking to https://kusionstack.io/zh-CN/docs/user_docs/intro/kusion-intro"
},
"link.item.label.Blog": {
"message": "博客",
"description": "The label of footer link with label=Blog linking to https://kusionstack.io/zh-CN/blog"
},
"link.item.label.FAQ": {
"message": "常见问题",
"description": "The label of footer link with label=FAQ linking to https://kusionstack.io/zh-CN/docs/user_docs/support"
},
"copyright": {
"message": "版权 © 2022 KusionStack Authors",
"description": "The footer copyright"
Expand Down

0 comments on commit 0e94dab

Please sign in to comment.