docs: add Chinese translation of README#182
Open
CMXX648 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Simplified Chinese README alongside the existing English README to make the project easier to adopt for Chinese-speaking developers, and wires up basic language navigation between the two documents.
Changes:
- Added a new Chinese translation document at the repository root (
README-CN.md). - Added a language toggle link near the top of
README.mdpointing to the Chinese README.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Adds a language toggle link to the Chinese README. |
| README-CN.md | Introduces a full Simplified Chinese translation of the English README content. |
| @@ -1,5 +1,7 @@ | |||
| # Office Coding Agent | |||
|
|
|||
| [中文](README-CN.md) | English | |||
| @@ -0,0 +1,398 @@ | |||
| # Office Coding Agent | |||
|
|
|||
| [English](README.md) | 中文 | |||
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.
Added a Chinese translation version of README (README-zh-CN.md) to facilitate understanding and usage of this project for Chinese developers.