docs: add Korean (ko-KR) README locale#3713
Merged
Hmbown merged 3 commits intoJun 28, 2026
Merged
Conversation
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
The README currently ships in English, Simplified Chinese, Japanese, and Vietnamese. This adds Korean so Korean-speaking developers can read the install steps, provider routing, and safety model in their own language. It is a translation-only change with no effect on the build or runtime.
README.ko-KR.mdfollowsREADME.mdsection for section and keeps every command, flag, config key, provider and model ID, env var, file path, and code block literal so the instructions stay copy-pasteable. The provider support tiers match the English source exactly. The language selector inREADME.mdgains a Korean entry, and the existing zh-CN, ja-JP, and vi READMEs cross-link back to it so navigation stays consistent across locales.Because
README.ko-KR.mdcarries the same version-pinned--tag vX.Y.Zinstall examples as the other locales, it is also added to the release version scripts (scripts/release/check-versions.shandscripts/release/prepare-release.sh). Without that, the next release would bump the other READMEs and leave the Korean one with stale install commands.This covers Korean only. Spanish, Brazilian Portuguese, and the website
/koroute are separate follow-ups, which the issue explicitly allows by splitting per locale.Refs #3093
Testing
Documentation-only change, so the cargo fmt/clippy/test workflow does not apply (no Rust code touched). I ran
bash -non both modified release scripts andpython3 -m py_compileon the embedded version-bump block, and confirmedscripts/release/check-versions.shstill passes with the Korean README included.Checklist