docs: add Chinese translation (README.zh.md)#23
Open
JasonYeYuhe wants to merge 1 commit intodeepseek-ai:mainfrom
Open
docs: add Chinese translation (README.zh.md)#23JasonYeYuhe wants to merge 1 commit intodeepseek-ai:mainfrom
JasonYeYuhe wants to merge 1 commit intodeepseek-ai:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Simplified Chinese translation of the project README and exposes a language switcher so readers can easily navigate between English and Chinese documentation.
Changes:
- Added
README.zh.mdas a Simplified Chinese translation of the main README. - Updated
README.mdto include a top-of-file language switcher linking toREADME.zh.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.zh.md | Introduces the Chinese README content mirroring the English structure and links. |
| README.md | Adds a language switcher linking to the Chinese translation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ## 4. Engram 案例研究 (Case Study of Engram) | ||
| <p align="center"> | ||
| <img width="80%" src="figures/case.png" alt="Long Context Results"> |
There was a problem hiding this comment.
The alt text for the case study image still says "Long Context Results", which is misleading for screen readers and when the image can’t be loaded. Please update the alt attribute to describe the case study figure (e.g., "Engram Case Study" / "Case Study").
Suggested change
| <img width="80%" src="figures/case.png" alt="Long Context Results"> | |
| <img width="80%" src="figures/case.png" alt="Engram Case Study"> |
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.
Docs: Add Chinese translation (README.zh.md)
This PR adds a comprehensive Simplified Chinese translation of the
README.mdto help the Chinese-speaking community better understand and contribute to the Engram project.Changes
README.zh.mdwith full parity to the original English documentation.README.mdto include a language switcher at the top for better accessibility.Translation Strategy
Verification