Skip to content

Add Korean (ko) translation#814

Open
s3onghyun wants to merge 1 commit into
jesseduffield:masterfrom
s3onghyun:add-korean-i18n
Open

Add Korean (ko) translation#814
s3onghyun wants to merge 1 commit into
jesseduffield:masterfrom
s3onghyun:add-korean-i18n

Conversation

@s3onghyun

Copy link
Copy Markdown

Add Korean (ko) translation

lazydocker already ships nine locales (en, pl, nl, de, tr, fr, zh, es, pt) but not Korean. This adds a Korean translation set and registers the ko language code in GetTranslationSets(), so Korean users get a localized UI when their LANG resolves to Korean (or via gui.language: ko).

Like the existing locales, untranslated keys fall back to English through the existing mergo.Merge in NewTranslationSet, so nothing breaks if a string is missing.

I'm a native Korean speaker; the wording follows the same casual/imperative tone the other locales use. Technical terms commonly left in English by Korean developers (Docker, compose, attach) are kept recognizable.

Verified locally with GOFLAGS=-mod=vendor: gofmt -l clean, go build ./... and go vet ./pkg/i18n/ pass.

Adds a Korean translation set and registers the "ko" language code, so
Korean users get a localized UI (with English fallback for any untranslated
strings, like the other locales).

Signed-off-by: s3onghyun <s3onghyun.hong@gmail.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