Skip to content

Commit 6280c39

Browse files
montfortclaude
andauthored
docs: CLAUDE.md website section — zh-CN is a site locale since the i18n expansion (#226)
The Locales snippet still showed locales: ['en', 'es'] while website/docusaurus.config.ts ships ['en', 'es', 'zh-CN'] and https://straymark.dev/zh-CN/ is live. Also marks docs/ as EN + ES + zh-CN in the project tree. Stale instructions induced a wrong "zh-CN is not a website locale" claim during the fw-4.23.0 docs verification. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a0e9a55 commit 6280c39

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ straymark/
2929
│ ├── .straymark/ # Templates, governance, config
3030
│ ├── STRAYMARK.md # Unified governance rules
3131
│ └── dist-manifest.yml # What gets installed
32-
├── docs/ # Project documentation (EN + ES)
32+
├── docs/ # Project documentation (EN + ES + zh-CN)
3333
├── .github/workflows/ # CI/CD
3434
│ ├── release-cli.yml # Build + release CLI binaries
3535
│ └── release-framework.yml
@@ -326,10 +326,11 @@ Configured in `docusaurus.config.ts` under `i18n`:
326326
```ts
327327
i18n: {
328328
defaultLocale: 'en',
329-
locales: ['en', 'es'],
329+
locales: ['en', 'es', 'zh-CN'],
330330
localeConfigs: {
331331
en: {label: 'English'},
332332
es: {label: 'Español'},
333+
'zh-CN': {label: '简体中文'},
333334
},
334335
}
335336
```

0 commit comments

Comments
 (0)