feat(i18n): add Korean (ko) locale - #13674
Open
YeonghyeonKO wants to merge 1 commit into
Open
Conversation
Contributor
WalkthroughKorean ( ChangesKorean language support and i18n activation fix
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 6 | ❌ 3❌ Failed checks (3 warnings)
✅ Passed checks (6 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Add `ko` / `한국어` to SUPPORTED_LANGUAGES in languages.ts and i18n.ts - Add `i18n.changeLanguage(lang)` after bundle load so the UI re-renders immediately when a lazy locale finishes loading - Add `src/frontend/src/locales/ko.json` with 2 228 translated strings covering every key in en.json Rebased onto current main; ko.json now covers the keys added since the branch was opened (a11y labels, A2A agent tab, HITL, the parameter manager inspection panel, Azure AI Foundry deployments) and drops the keys removed upstream. Key set and interpolation placeholders are verified to match en.json exactly.
YeonghyeonKO
force-pushed
the
feat/korean-i18n-upstream
branch
from
July 26, 2026 00:55
4e2ad46 to
aff7686
Compare
4 tasks
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
ko/한국어toSUPPORTED_LANGUAGESinsrc/frontend/src/constants/languages.tsandsrc/frontend/src/i18n.tsi18n.changeLanguage(lang)afteraddResourceBundleinloadLanguageso the UI re-renders immediately when the lazy bundle finishes loadingsrc/frontend/src/locales/ko.jsonwith 2,228 translated strings covering every key inen.jsonThe locale file follows the same flat-key structure used by all other locale files (
fr,ja,zh-Hans, etc.).Rebased onto current
mainThis branch has been rebased onto current
main.ko.jsonwas regenerated against the latesten.json:en.jsonVerification
en.json(2,228 keys, no missing and no extra)en.json{{interpolation}}placeholder and<1>…</1>Trans tag matches the corresponding English string exactly (0 mismatches)_one/_other) are present for all counted strings, matching the convention used by the other locale files