docs: add Korean (한국어) localization#998
Merged
qiongyu1999 merged 1 commit intomainfrom Apr 9, 2026
Merged
Conversation
Add full Korean language support across the project: - README.ko.md with complete Korean translation - All README files updated with Korean language link - 22 Korean doc pages under docs/ko/ (index, guide, channels, etc.) - VitePress config: ko locale, sidebar, search translations, locale detection - Validation script updated to include ko/ directory Made-with: Cursor
Deploying nexu-docs with
|
| Latest commit: |
c92a301
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://5382167b.nexu-docs.pages.dev |
| Branch Preview URL: | https://docs-add-korean-localization.nexu-docs.pages.dev |
PerishCode
approved these changes
Apr 9, 2026
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Merged
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.
Summary
README.ko.mdwith complete Korean translation of the project READMEdocs/ko/covering all existing guide pages (quickstart, concepts, channels, models, skills, seedance, rewards, etc.)Changes
README:
README.ko.md— full Korean translationREADME.md,README.zh-CN.md,README.ja.md— added 한국어 link in language switcherDocs site (
docs/ko/):index.md— Korean landing pageguide/quickstart.md,guide/concepts.md— getting startedguide/channels.md+ 9 channel pages (WeChat, WeCom, Feishu, QQ, DingTalk, Slack, Discord, Telegram, WhatsApp)guide/models.md,guide/skills.md,guide/seedance.md— configurationguide/model-pricing.md,guide/rewards.md— creditsguide/update.md,guide/troubleshooting.md— helpguide/contributing.md,guide/contact.md,guide/star.md— communityConfig:
docs/.vitepress/config.ts—kolocale,koSidebar, Korean search UI translations,koprefix in locale preference scriptdocs/scripts/validate-doc-pages.mjs— addedko/directory to validationTest plan
node docs/scripts/validate-doc-pages.mjspasseskolanguage preferenceMade with Cursor