Skip to content

docs: add Korean (ko) translation#265

Open
moduvoice wants to merge 1 commit into
code-forge-io:mainfrom
moduvoice:i18n/add-korean-ko
Open

docs: add Korean (ko) translation#265
moduvoice wants to merge 1 commit into
code-forge-io:mainfrom
moduvoice:i18n/add-korean-ko

Conversation

@moduvoice

Copy link
Copy Markdown

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 docs/resources/locales/ko/common.json with a full Korean translation of all
    38 keys found in docs/resources/locales/en/common.json (navigation, error pages,
    links, buttons, search UI text, keyboard controls, etc.).
  • Registered "ko" in the languages array in docs/app/localization/resource.ts
    (imported the new JSON, added it to the languages tuple, and added the
    corresponding entry to the resources map) so the language is picked up by
    supportedLanguages and served through RemixI18Next just like the existing
    en/bs locales.

Testing

  • Verified docs/resources/locales/ko/common.json is valid JSON.
  • Programmatically diffed the leaf-key sets of en/common.json and the new
    ko/common.json — confirmed 100% key parity (38/38 keys, no missing/extra keys).
  • Confirmed no other file hardcodes the language list (i18n.ts /
    i18n.server.ts both derive supportedLngs/resources from
    resource.ts), so this is the only registration point needed.

Add docs/resources/locales/ko/common.json with a full Korean
translation matching all 38 keys from en/common.json, and register
"ko" in the languages array in docs/app/localization/resource.ts so
it is picked up by supportedLanguages / RemixI18Next resources.
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