Skip to content

i18n: add Korean (ko) translation#151

Open
moduvoice wants to merge 1 commit into
sdras:mainfrom
moduvoice:i18n/add-korean
Open

i18n: add Korean (ko) translation#151
moduvoice wants to merge 1 commit into
sdras:mainfrom
moduvoice:i18n/add-korean

Conversation

@moduvoice

Copy link
Copy Markdown

Korean (ko) translation PR body template

Motivation

This adds Korean (ko) translation support — to help Korean-speaking users use this
open-source project more comfortably in their own language.

한국 사람들의 오픈소스 이용에 도움이 되게 하기 위해서 한글화 작업을 하였습니다.

Changes

  • Added src/i18n/ko.json with all 30 keys translated (matches en.json key-for-key)
  • Registered the new locale in src/i18n/index.js (import + messages map), following the same pattern as the existing es/zh/pt/fr locales
  • No UI changes needed — the locale is auto-selected from navigator.language, same as the other locales

Testing

  • Verified key parity programmatically: ko.json has exactly the same 30 keys as en.json (no missing/extra keys)
  • Confirmed <strong> markup in explain.paragraph1 is preserved
  • Ran yarn install and vue-cli-service build; production build completes successfully with the new locale wired in

Adds src/i18n/ko.json with a complete Korean translation matching the
full key structure of en.json (30 keys across header, form, modal,
grid, explain, and utils sections), and registers it in
src/i18n/index.js alongside the existing en/es/zh/pt/fr locales so it
is picked up automatically for browser locales starting with "ko".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant