Skip to content

fix(locale): register and polish Korean (ko) translations#1619

Merged
mattwoberts merged 4 commits into
getfider:mainfrom
Cynn:ko-locale-register-and-fix
Jul 21, 2026
Merged

fix(locale): register and polish Korean (ko) translations#1619
mattwoberts merged 4 commits into
getfider:mainfrom
Cynn:ko-locale-register-and-fix

Conversation

@Cynn

@Cynn Cynn commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Overview

The Korean (ko) translation files already exist in the repo, but the locale isn't registered — so Korean doesn't appear in the Locale dropdown under Admin → General and can't be selected.

This PR registers the locale to make it usable, and polishes a few of the existing strings for better accuracy and consistency (for example, aligning the terms for "moderation" and "avatar" with more standard wording, and translating vote the same way throughout).

Changes

  • app/models/enum/locale.go: add LocaleKorean and include it in AllLocales.
  • locale/locales.ts: add ko to the dropdown list.
  • locale/ko/client.json: update several strings and unify terminology.
  • locale/ko/server.json: add 2 missing keys.

Follows locale/README.mdLocaleKorean uses MessageFormatCode: "ko", PostgresConfig: "simple", LinguaLanguage: lingua.Korean.

I saw the notice in #1529. Since this is a translation and locale-registration fix rather than a new feature, I wanted to submit it directly to save you a step — but please let me know if you'd prefer an issue first.

Thanks for maintaining Fider!

@mattwoberts
mattwoberts merged commit 69ad447 into getfider:main Jul 21, 2026
5 checks passed
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.

2 participants