feat(i18n): add Korean (ko) locale support#871
Open
primadonna-gpters wants to merge 11 commits intonextlevelbuilder:devfrom
Open
feat(i18n): add Korean (ko) locale support#871primadonna-gpters wants to merge 11 commits intonextlevelbuilder:devfrom
primadonna-gpters wants to merge 11 commits intonextlevelbuilder:devfrom
Conversation
fix(security): cross-group session leak + auto-inject scoping + vault graph + UI fixes
Release: vault enrich filter, stop bug, graph, tests, security fixes
Add full Korean language support across all three layers: - Web UI: 35 Korean translation files + i18n config + language selector - Desktop UI: 15 Korean translation files + i18n config + language selector - Go backend: catalog_ko.go + LocaleKO constant + IsSupported update Korean is auto-detected from navigator.language for ko-* browsers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
# Conflicts: # CLAUDE.md
Implements ParseConfig to read OpenClaw's agent, channel, MCP server, and gateway config into typed Go structs. Slack per-agent accounts are expanded into individual ChannelConfig entries. MCP servers default to stdio transport. Covers empty-object and invalid-JSON edge cases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Implements ScanWorkspace() which extracts bootstrap files, memory documents (with memory/ prefix for GoClaw isMemoryPath() compat), skills (with YAML frontmatter parsing), .env vars, and scripts/ workspace files from an OpenClaw workspace directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Implements Tasks 5+6 of the OpenClaw migration pipeline: - POST /v1/import/openclaw/scan — scans OpenClaw directory and returns migration preview - POST /v1/import/openclaw — executes migration for selected agents Reuses existing doImportNewAgent() pipeline for agent/context/memory/cron import. Adds direct SQL helpers for skills, channels, and MCP servers. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…points Add MsgOpenClaw* message keys (scan_success, import_success, no_agents, config_not_found, slack_warning) to keys.go with EN/KO translations and EN placeholder strings for VI/ZH. Document /v1/import/openclaw/scan and /v1/import/openclaw endpoints in docs/18-http-api.md as section 33. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3-step import wizard at /import-openclaw: source path entry → scan preview with agent/channel/MCP/env-var details and per-agent checkboxes → per-agent migration results with success/error status. API hook uses existing useHttp() pattern; route guarded by RequireAdmin. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
catalog_ko.gowith all message translations +LocaleKOconstant ini18n.gonavigator.languageforko-*browsersChanges
ui/web/src/i18n/locales/ko/*.jsonconstants.ts,i18n/index.ts"ko": "한국어"to en/vi/zhtopbar.jsonui/desktop/frontend/src/i18n/locales/ko/*.jsoni18n/index.ts,AppearanceTab.tsx,OnboardingWizard.tsxcatalog_ko.go,i18n.goCLAUDE.mdupdated i18n sectionTest plan
ko-KRlocale auto-selects Korean on first visitlocale=kopnpm buildsucceeds for web UIgo build ./...succeeds🤖 Generated with Claude Code