diff options
author | 2021-08-05 00:05:00 +0800 | |
---|---|---|
committer | 2021-08-04 09:05:00 -0700 | |
commit | 2bd178d4f95e9d1a30135a774a4b21e0bd7e20be (patch) | |
tree | 51e3b8f4ac656ebd1ebb5bc8e93109ca04803a55 /docs/src/pages/zh-CN/examples.md | |
parent | c7aca2c9b258ed941f7089dfa3ad092be9419a76 (diff) | |
download | astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.tar.gz astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.tar.zst astro-2bd178d4f95e9d1a30135a774a4b21e0bd7e20be.zip |
docs(translate):translate getting-started.md into ZH (CN & TW) (#979)
* 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 <calebjasik@jasik.xyz>
Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
Diffstat (limited to 'docs/src/pages/zh-CN/examples.md')
-rw-r--r-- | docs/src/pages/zh-CN/examples.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/src/pages/zh-CN/examples.md b/docs/src/pages/zh-CN/examples.md new file mode 100644 index 000000000..b16a7fd0d --- /dev/null +++ b/docs/src/pages/zh-CN/examples.md @@ -0,0 +1,9 @@ +--- +layout: ~/layouts/MainLayout.astro +title: 模板样例 +lang: zh-CN +--- + +如果你喜欢通过实例来学习,请查看我们在GitHub上的[模板样例](https://github.com/snowpackjs/astro/tree/main/examples) + +<!-- Once we merge astro-docs back into the main repo, we can actually fetch the list of examples at build-time by scanning the examples/ directory! --> |