docs(i18n): translate Korean browser assist UI - #6212
Open
BusanGukbap wants to merge 1 commit into
Open
Conversation
PerishCode
approved these changes
Jul 29, 2026
PerishCode
left a comment
Contributor
There was a problem hiding this comment.
@BusanGukbap The Korean Browser Assist guidance, snapshot errors, and recovery-card strings now cover all 14 intended keys while preserving the English control labels users need to match in the UI. I verified the changed ranges against the English dictionary and their call sites; placeholders and locale consistency are intact, and git diff --check, the i18n consistency script, pnpm guard, the web typecheck, and the full workspace typecheck all pass. Thanks for making this exact recovery flow much clearer for Korean users—this is a focused and well-contained translation update.
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.
Why
Korean-locale users encounter Browser Assist guidance and recovery errors in English while extracting a brand. The flow requires following several exact UI actions, so English-only instructions make it harder to complete.
What users will see
When Korean is selected, Browser Assist guidance, snapshot errors, and recovery cards appear in Korean. Existing UI labels such as
Browser,More,Download Page,Next Step, andContinue extractionstay in English so they match the controls users click.Surface area
apps/weborapps/desktop(including Electron menu bar)odsubcommand or flag, newtools-dev/tools-packflag, or newOD_*env var/api/*endpoint, new SSE event, or changed shape inpackages/contractsskills/,design-systems/,design-templates/, orcraft/, or change to the skills protocolTRANSLATIONS.mdfor the locale workflow)package.json(dependenciesordevDependencies); workspace-packagepackage.jsonfiles are out of scope. Include a paragraph on what we get vs. what bytes we ship (seeCONTRIBUTING.md→ Code style)Screenshots
Not applicable: translation-only update with no UI layout or behavior change.
Bug fix verification
Not applicable: translation-only update.
Validation
git diff --checknode --experimental-strip-types scripts/i18n-check.tspnpm --filter @open-design/web typecheckcould not run locally because the available pnpm version is 11.9.0 while this repository requires pnpm 10.33.x.