BMAD-METHOD/website/src
Alex Verkhovsky ed76f57a19
feat(i18n): add zh-CN locale support (#1822)
* feat(i18n): add zh-cn locale support with Starlight routing

Reorganize Chinese translations from docs_cn/ into docs/zh-cn/
following Starlight's i18n content structure. Configure Starlight
with root locale (en, unprefixed) and zh-cn (/zh-cn/ prefix).

- Move 28 files from docs_cn/*_cn.md to docs/zh-cn/*.md
- Fix 21 internal links to remove _cn suffixes
- Add defaultLocale + locales config to astro.config.mjs
- Add .gitignore exception for docs/zh-cn/ (overrides z*/ rule)
- Language switcher activates automatically via existing Header
- hreflang tags auto-generated by Starlight on all pages

* feat(i18n): add zh-CN UI translations and sidebar labels

- Add website/src/content/i18n/zh-CN.json with Starlight UI strings
- Add sidebar group label translations (欢迎, 路线图, 教程, etc.)
- Register i18n collection in content config to fix deprecation warning

* fix(i18n): exclude 404 pages from sitemap

Custom 404 pages (root and zh-cn) were indexed as regular content in
the sitemap. Add a filter to the @astrojs/sitemap integration that
matches the /404 path segment precisely via regex on the URL pathname.
2026-03-06 20:21:43 -06:00
..
components fix(docs): comprehensive documentation site review fixes (#1578) 2026-02-08 11:58:22 -06:00
content feat(i18n): add zh-CN locale support (#1822) 2026-03-06 20:21:43 -06:00
lib docs: add modules reference page and site fixes (#1540) 2026-02-06 06:58:09 -06:00
pages docs: add modules reference page and site fixes (#1540) 2026-02-06 06:58:09 -06:00
styles feat(docs): add public roadmap and improve site navigation 2026-02-22 19:41:57 -06:00
rehype-base-paths.js fix(docs): comprehensive documentation site review fixes (#1578) 2026-02-08 11:58:22 -06:00
rehype-markdown-links.js feat(docs): add public roadmap and improve site navigation 2026-02-22 19:41:57 -06:00