From 2bd178d4f95e9d1a30135a774a4b21e0bd7e20be Mon Sep 17 00:00:00 2001 From: Xinyuan Wang <40495740+ChelesteWang@users.noreply.github.com> Date: Thu, 5 Aug 2021 00:05:00 +0800 Subject: docs(translate):translate getting-started.md into ZH (CN & TW) (#979) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * translate getting-started.md into ZH (CN & TW) * fix translate the title for getting-started.md * add zh CN & TW config in Docs * fix config "locale" * fix config.ts add route for CN & TW * fix installation.md Next Steps title 's level * translate quick-start.md & installation.md & examples.md into ZH (CN ) * Add lang variable to docs frontmatter for translations * Update docs/src/pages/zh-TW/getting-started.md Co-authored-by: Caleb Jasik Co-authored-by: Caleb Jasik --- docs/src/components/Header/LanguageSelect.tsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/src/components/Header/LanguageSelect.tsx') diff --git a/docs/src/components/Header/LanguageSelect.tsx b/docs/src/components/Header/LanguageSelect.tsx index 0464bdddf..dfa0da356 100644 --- a/docs/src/components/Header/LanguageSelect.tsx +++ b/docs/src/components/Header/LanguageSelect.tsx @@ -55,6 +55,12 @@ const LanguageSelect: FunctionalComponent<{ lang: string }> = ({ lang }) => { + + ); -- cgit v1.2.3