feat: README 와 문서 사이트에 중국어 추가 - #65
Merged
Merged
Conversation
- `package/README_zh.md` 를 추가하고, 세 README 의 언어 전환 줄을 en | ko | zh 로 맞춰요 - `docs/src/zh` 에 홈 · 가이드 4편 · API 레퍼런스를 간체로 추가해요 - 로케일 목록을 `docs/siteMeta.mjs` 의 `LOCALES` 한 곳으로 모으고, hreflang · og:locale · sitemap 생성을 언어 수에 의존하지 않게 바꿔요 - 홈 컴포넌트(`HomeHero` · `QuickStart`)의 문구 사전에 zh 를 넣어요 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
- `应用的应用内` 처럼 겹치는 표현과 `用代码控制控制台` 같은 어색한 반복을 고쳐요 - `你能得到什么`, `宿主壳` 처럼 직역투인 표현을 자연스러운 중국어로 바꿔요 - 모니터 미초기화 안내 문장의 주술 관계를 바로잡아요 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
요약
README 와 문서 사이트에 중국어(
zh) 버전을 추가했어요. 라우트 접두사는 Lynx 공식문서와 같은/zh/예요.변경 내용
README
package/README_zh.md추가 (루트README_zh.md는 심링크)English | 한국어 | 简体中文로 통일문서 사이트
docs/src/zh/에 홈 · 소개 · 시작하기 · 커스텀 탭 · 데모 · API 레퍼런스 6개 추가rspress.config.ts에zh로케일 추가 (라벨简体中文, nav · 사이드바 · outlineTitle · editLink)HomeHero·QuickStart)의 문구 사전에zh추가리팩터링
docs/siteMeta.mjs의LOCALES한 곳으로 모으고 언어 수에 의존하지 않게 바꿨어요확인한 것
yarn check통과yarn build:site통과 (dead link 검사 포함), sitemap 12 → 18 URL/zh/홈 · 가이드 렌더 확인, 중국어 앵커 링크(#0-配置构建必需)가 실제 heading id 와 일치🤖 Generated with Claude Code