Bug: README_ZH.md links to English documents, missing Chinese versions
Description
The Chinese README (README_ZH.md) contains links that point to English-only documentation files, making it difficult for Chinese-speaking users to access localized content.
Affected Links
From line 16 and lines 31-32 in README_ZH.md:
-
[白皮书](docs/WHITEPAPER.md) - Links to English whitepaper, but there's a Chinese version available: docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.md
-
[wRTC快速入门](docs/wrtc.md) - No Chinese version exists
-
[wRTC教程](docs/WRTC_ONBOARDING_TUTORIAL.md) - No Chinese version exists
Expected Behavior
- Chinese README should link to Chinese documentation when available
- For the whitepaper, should link to
docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.md instead of docs/WHITEPAPER.md
- For wRTC docs, either create Chinese versions or clearly indicate they are English-only
Impact
- Chinese users may not realize they're clicking into English documentation
- Reduces accessibility for non-English speakers
- The Chinese whitepaper exists but isn't being used!
Suggested Fix
- Update
README_ZH.md line 16: Change docs/WHITEPAPER.md to docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.md
- Consider creating Chinese translations for
wrtc.md and WRTC_ONBOARDING_TUTORIAL.md
- Or add
(EN) suffix to links pointing to English-only docs
Evidence
docs/zh-CN/ directory exists with 11 Chinese docs including the whitepaper
README_ZH.md has 419 lines, with English command examples (expected) but also untranslated documentation links
- Line 16 contains three links all pointing to English docs
Severity: Low (content issue, not breaking functionality)
Priority: Medium (affects user experience for Chinese speakers)
Bug: README_ZH.md links to English documents, missing Chinese versions
Description
The Chinese README (
README_ZH.md) contains links that point to English-only documentation files, making it difficult for Chinese-speaking users to access localized content.Affected Links
From line 16 and lines 31-32 in
README_ZH.md:[白皮书](docs/WHITEPAPER.md)- Links to English whitepaper, but there's a Chinese version available:docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.md[wRTC快速入门](docs/wrtc.md)- No Chinese version exists[wRTC教程](docs/WRTC_ONBOARDING_TUTORIAL.md)- No Chinese version existsExpected Behavior
docs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.mdinstead ofdocs/WHITEPAPER.mdImpact
Suggested Fix
README_ZH.mdline 16: Changedocs/WHITEPAPER.mdtodocs/zh-CN/RustChain_Whitepaper_zh-CN_v1.0.mdwrtc.mdandWRTC_ONBOARDING_TUTORIAL.md(EN)suffix to links pointing to English-only docsEvidence
docs/zh-CN/directory exists with 11 Chinese docs including the whitepaperREADME_ZH.mdhas 419 lines, with English command examples (expected) but also untranslated documentation linksSeverity: Low (content issue, not breaking functionality)
Priority: Medium (affects user experience for Chinese speakers)