diff options
author | 2021-08-06 13:33:55 +0800 | |
---|---|---|
committer | 2021-08-05 22:33:55 -0700 | |
commit | 036af0a790f3d26230707d7744aa851369330f8c (patch) | |
tree | 7be1a5c9e868dda622f44f5fd1ed7ab4d8c00d08 /docs/src/config.ts | |
parent | 3eb5a0f61f4c9f0dafdc447cc62bd73c2f8f283a (diff) | |
download | astro-036af0a790f3d26230707d7744aa851369330f8c.tar.gz astro-036af0a790f3d26230707d7744aa851369330f8c.tar.zst astro-036af0a790f3d26230707d7744aa851369330f8c.zip |
Docs: Add zh-tw translation for Setup (#980)
* Add zh-tw translation of quick start in doc
* Add translation into zh-tw for Install in docs
* Update getting started for zh-tw
* Update language label for Traditional Chinese
* Update toc titles for zh-hant-TW
* Update lang attribute for zh-TW
* Add zh-tw translation of example in doc
* Update sidebar items for zh-TW in Docs
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index ed59f9557..2ff25dd90 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -59,8 +59,11 @@ export const SIDEBAR = { { text: '模板样例', link: 'zh-CN/examples' }, ], 'zh-TW': [ - { text: '起步', header: true }, - { text: '入門指南', link: 'zh-TW/getting-started' }, + { text: '設定', header: true }, + { text: '新手上路', link: 'zh-TW/getting-started' }, + { text: '快速開始', link: 'zh-TW/quick-start' }, + { text: '安裝', link: 'zh-TW/installation' }, + { text: '範例', link: 'zh-TW/examples' }, ], }; |