docs: add Chinese README (README.zh-CN.md) with language switcher - #26
Merged
Conversation
- New README.zh-CN.md: full Simplified Chinese translation - README.md: language switcher link at the top - package.json: ship README.zh-CN.md in the npm tarball Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
改动
README.zh-CN.md:README 的完整简体中文翻译(所有章节一一对应,代码块/命令保持英文原样)README.md顶部增加语言切换链接:English | 简体中文package.json的files中加入README.zh-CN.md,确保中文 README 随 npm 包发布(npm 包页面只渲染 README.md,但 tarball 内带中文版,GitHub 仓库可直接切换)验证
npm test:190/190 通过npm publish --dry-run:确认 tarball 同时包含README.md(18.1kB) 和README.zh-CN.md(17.8kB)🤖 Generated with Claude Code