Skip to content

i18n(ko): fill 26 missing Korean translation keys#266

Open
moduvoice wants to merge 1 commit into
VERT-sh:mainfrom
moduvoice:i18n/ko-fill-missing-keys
Open

i18n(ko): fill 26 missing Korean translation keys#266
moduvoice wants to merge 1 commit into
VERT-sh:mainfrom
moduvoice:i18n/ko-fill-missing-keys

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

  • Filled 26 keys that were missing from messages/ko.json compared to messages/en.json
    (mainly the entire toast.* section, convert.archive_file.*, convert.dropdown.*,
    the settings.privacy.* site-data-clearing dialog, and the donations-related strings).
  • Only the missing keys were added; the ~215 existing Korean translations were left untouched.
  • All {placeholder} variables and [tag]...[/tag] markers (e.g. {filename}, {limit},
    [official_link]...[/official_link], [stripe_link]...[/stripe_link]) were preserved exactly
    as in the English source.

Testing

  • Verified programmatically that the flattened key set of messages/ko.json now matches
    messages/en.json exactly (241 keys each, no missing/extra keys).
  • Validated messages/ko.json parses as valid JSON.
  • Confirmed placeholder/tag tokens in each newly added string match the English source 1:1.

messages/ko.json was missing 26 keys present in en.json (the entire
toast.* section, convert.archive_file.*/dropdown.*, the settings.privacy
site-data-clearing dialog, and donation-related strings). Filled these
with natural Korean translations, preserving all {placeholder} and
[tag]...[/tag] markers, without touching any existing translations.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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