docs(i18n): add zh-CN translation for developing/README.md (C2b)#2506
Conversation
📝 WalkthroughWalkthroughAdds a new Chinese developer guide at gitbooks/developing/README.zh-CN.md covering repository overview, code structure, onboarding steps, testing requirements (≥80% coverage gate), release/deployment entry points, architecture deep-dives, and contribution guidelines. ChangesDeveloper Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@gitbooks/developing/README.zh-CN.md`:
- Line 20: 在 README 行中把误写的 Rust crate 名称 `openhuman_core` 改为正确的库 crate 名称
`openhuman`,并保留/明确指出 `openhuman-core` 是 CLI binary;查找包含字符串 `src/` 和
`openhuman_core` 的这一描述行并替换为表述:`src/` 对应 Rust 库 crate `openhuman`,并包含
`openhuman-core` CLI 二进制文件。
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 290e30a5-e825-415f-b34b-d0dd4f637fc0
📒 Files selected for processing (1)
gitbooks/developing/README.zh-CN.md
Translates the developing directory landing page for Chinese contributors. - Links localized to .zh-CN.md targets where available (C1 + C2 docs) - Retains English links for pages not yet translated - Follows terminology-zh-CN.md: Tauri 壳层, 智能体, sidecar, vendored, etc. - Adds lang: zh-CN frontmatter for GitBook multi-language rendering
68852af to
2778abb
Compare
…yhumansai#2506) Co-authored-by: agent:skill-master <skill-master@openclaw>
docs(i18n): add zh-CN translation for developing/README.md (C2b)
Translates the developing directory landing page for Chinese contributors.
Summary
gitbooks/developing/README.md, the landing page for contributor docslang: zh-CNfrontmatter for GitBook multi-language renderingProblem
The
developing/directory landing page was English-only, creating friction for Chinese-speaking contributors trying to navigate build instructions, architecture docs, and testing guides from the entry point.Solution
Created
developing/README.zh-CN.mdwith full translation while preserving:lang: zh-CNadded.zh-CN.mdcounterparts where C1/C2 translations existSubmission Checklist
Impact
Related
AI Authored PR Metadata
Linear Issue
Commit & Branch
docs/i18n-batch-c2b-developing-readme68852af61384ad43b4098d07f088a243a990fc1cValidation Run
pnpm --filter openhuman-app format:check— N/A: no source code changedpnpm typecheck— N/A: no TypeScript changedValidation Blocked
command:N/Aerror:N/Aimpact:N/ABehavior Changes
Parity Contract
Duplicate / Superseded PR Handling
Summary by CodeRabbit