docs: add simplified Chinese (zh-CN) README translation#488
docs: add simplified Chinese (zh-CN) README translation#488ilblackdragon merged 1 commit intonearai:mainfrom
Conversation
Add README.zh-CN.md with full simplified Chinese translation of the README, and add language switcher links to the original README. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the project's internationalization efforts by introducing a full Simplified Chinese translation of the main README. This change aims to broaden the project's reach and improve usability for a wider, global audience. The addition of a language switcher ensures a seamless experience for users navigating between different language versions of the documentation. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request adds a Simplified Chinese translation of the README, which is a valuable addition for international users. My review of the new README.zh-CN.md file identified a broken link and an opportunity to improve navigation by completing the table of contents. The proposed changes will fix these minor issues.
Note: Security Review has been skipped due to the limited scope of the PR.
| </p> | ||
|
|
||
| <p align="center"> | ||
| <a href="#license"><img src="https://img.shields.io/badge/license-MIT%20OR%20Apache%202.0-blue.svg" alt="License: MIT OR Apache-2.0" /></a> |
There was a problem hiding this comment.
The link for the license badge points to #license, but the corresponding section header in this file is ## 许可证. This results in a broken link. To fix this, the href should be updated to #许可证 to match the anchor generated for the Chinese header.
| <a href="#license"><img src="https://img.shields.io/badge/license-MIT%20OR%20Apache%202.0-blue.svg" alt="License: MIT OR Apache-2.0" /></a> | |
| <a href="#许可证"><img src="https://img.shields.io/badge/license-MIT%20OR%20Apache%202.0-blue.svg" alt="License: MIT OR Apache-2.0" /></a> |
| <a href="#设计理念">设计理念</a> • | ||
| <a href="#功能特性">功能特性</a> • | ||
| <a href="#安装">安装</a> • | ||
| <a href="#配置">配置</a> • | ||
| <a href="#安全机制">安全机制</a> • | ||
| <a href="#系统架构">系统架构</a> |
There was a problem hiding this comment.
The table of contents is incomplete and misses links to several sections like "Usage" (使用方式), "Development" (开发), "OpenClaw Heritage" (OpenClaw 传承), and "License" (许可证). Adding these will improve the document's navigation.
Note that for a header like ## OpenClaw 传承, GitHub generates the anchor #openclaw-传承.
| <a href="#设计理念">设计理念</a> • | |
| <a href="#功能特性">功能特性</a> • | |
| <a href="#安装">安装</a> • | |
| <a href="#配置">配置</a> • | |
| <a href="#安全机制">安全机制</a> • | |
| <a href="#系统架构">系统架构</a> | |
| <a href="#设计理念">设计理念</a> • | |
| <a href="#功能特性">功能特性</a> • | |
| <a href="#安装">安装</a> • | |
| <a href="#配置">配置</a> • | |
| <a href="#安全机制">安全机制</a> • | |
| <a href="#系统架构">系统架构</a> • | |
| <a href="#使用方式">使用方式</a> • | |
| <a href="#开发">开发</a> • | |
| <a href="#openclaw-传承">OpenClaw 传承</a> • | |
| <a href="#许可证">许可证</a> |
|
1111 |
zmanian
left a comment
There was a problem hiding this comment.
Translation looks comprehensive and accurate. The Chinese README covers all major sections from the English version. Language switcher added to both files.
One thing to verify: make sure the translation stays in sync with future README changes. Consider adding a comment at the top of README.zh-CN.md noting which English README commit it was translated from, so contributors know when it needs updating.
LGTM.
Add README.zh-CN.md with full simplified Chinese translation of the README, and add language switcher links to the original README. Co-authored-by: smartchoice <howardpen9@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Add README.zh-CN.md with full simplified Chinese translation of the README, and add language switcher links to the original README. Co-authored-by: smartchoice <howardpen9@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Summary
README.zh-CN.md— full simplified Chinese translation of the project READMEREADME.mdheaderAll section headings, feature descriptions, architecture diagrams, installation instructions, and configuration guides are translated. Code blocks and command examples are preserved as-is.
Test plan
README.zh-CN.mdrenders correctly on GitHub#设计理念,#功能特性, etc.) navigate correctly🤖 Generated with Claude Code