docs: add English documentation as default language (EN/中文 switchable)#126
Merged
Conversation
… README.zh-CN - README.md and docs/ are now English (international default) - Chinese moved to README.zh-CN.md and docs/zh/, content unchanged - Language switch links (English | 简体中文) at the top of both READMEs and both docs indices - Fixed parent-relative links in docs/zh (one level deeper) and the README install anchor in docs/00 - Added missing 06-workspace entry to both docs indices - Existing docs/*.md links from src/, skills, and CHANGELOG keep resolving (English now lives at the original paths)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds full English support for the README and user docs, with mutual language-switch links, per the i18n request.
README.mdanddocs/*.mdare English translations; GitHub visitors see English first.README.zh-CN.mdanddocs/zh/(only links adjusted for the new layout).English | 简体中文links at the top of both READMEs and both docs indices.06-workspaceentry to the docs index (both languages).Link integrity
docs/*.mdfromsrc/error messages,.agents/skills/, andCHANGELOG.mdstill resolve — English content now lives at the original paths, so nothing outside this PR needed changes.docs/zh/(../examples, README anchor) fixed for the one-level-deeper location.Review notes
Translations aim for idiomatic technical English (Cargo-docs tone) rather than literal word-for-word; all commands, code, TOML, and output blocks are verbatim from the Chinese originals (code comments translated).
🤖 Generated with Claude Code