i18n: complete Korean (kr) translation#558
Open
moduvoice wants to merge 1 commit into
Open
Conversation
Adds the 59 keys that were missing from client/src/utils/locales/kr/translation.json (deployments, groups, constellation tags/leader, load-balancing, and OpenID public client strings) so kr matches en key-for-key. Korean was already registered as a supported locale (i18n.jsx, dayjs mapping, language switcher) — this only completes the translation content.
|
We require contributors to sign our Contributor License Agreement. In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA. |
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.
Motivation
This completes the existing partial Korean (
kr) translation — to help Korean-speaking users use this open-source project more comfortably in their own language. Thekrlocale was previously only 1086/1145 keys (94.8%); this PR brings it to 1145/1145 (100%).한국 사람들의 오픈소스 이용에 도움이 되게 하기 위해서 기존에 부분적으로 진행되어 있던 한글화 작업을 완료하였습니다 (1086/1145 → 1145/1145).
Changes
client/src/utils/locales/kr/translation.json: added the 59 missing keys (clean append, no reformatting of the existing 1086 entries), covering Deployments, Groups, cluster affinity/tags, load-balancing (mgmt.urls.edit.lb.*), and OpenID PKCE (mgmt.openId.public*) strings.Testing
kr/translation.jsonnow has all 1145 keys, an exact match withen/translation.json(verified viajq).krtranslation file, as a clean append — no existing entries were reformatted or altered.{{...}}/${...}interpolation placeholders match the English source exactly.Note on CLA
This repo requires contributors to sign a CLA by being added to
.clabot's contributors array — I have not modified that file; please let me know if a maintainer needs to add me, or if there's a self-service process I should follow.