feat(i18n): complete Korean UI translations - #618
Draft
dew2275-del wants to merge 7 commits into
Draft
Conversation
- Add src/i18n/ko.json with a full Korean translation of every key in
en.json (710 leaf keys), mirroring the existing en/zh structure and
preserving all {{placeholder}} interpolations and plural key pairs.
- Register the ko bundle in src/i18n/index.ts alongside en and zh.
- Add Korean (한국어) to the UI Language picker in
interface-section.tsx.
(cherry picked from commit f1df98e)
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
_one/_otherforms and verify exact runtime outputAttribution
The initial 710-string Korean translation was contributed by
moduvoicein #550. Its original commit was imported withgit cherry-pick -x, preserving the original author and source commit. This PR completes and reviews that work against v0.6.6.Verification
npx.cmd vitest run --exclude='**/*.real-llm.test.ts' --exclude='**/mcp-server/**' --maxWorkers=2— 118 files, 1,748 tests passednpm.cmd run typecheck— passednpm.cmd run build— passedReal-LLM tests were intentionally not run because they may make paid external model calls.
The reduced worker count is only to avoid local machine contention; it does not change the test set.