feat(i18n): add Korean (ko) locale with 559 translation keys (#814)

* feat(i18n): add Korean (ko) locale with 559 translation keys

* fix(i18n): complete Korean translations for current UI

---------

Co-authored-by: Jamie Pine <[email protected]>
This commit is contained in:
TedChang-Lim
2026-07-20 15:19:39 -07:00
committed by GitHub
co-authored by Jamie Pine
parent 2dc3b075d5
commit e6cf50c7f7
2 changed files with 1272 additions and 0 deletions
+3
View File
@@ -6,6 +6,7 @@ import es from './locales/es/translation.json';
import fr from './locales/fr/translation.json';
import it from './locales/it/translation.json';
import ja from './locales/ja/translation.json';
import ko from './locales/ko/translation.json';
import ptBR from './locales/pt-BR/translation.json';
import zhCN from './locales/zh-CN/translation.json';
import zhTW from './locales/zh-TW/translation.json';
@@ -15,6 +16,7 @@ export const SUPPORTED_LANGUAGES = [
{ code: 'es', label: 'Español' },
{ code: 'pt-BR', label: 'Português (Brasil)' },
{ code: 'ja', label: '日本語' },
{ code: 'ko', label: '한국어' },
{ code: 'zh-CN', label: '简体中文' },
{ code: 'zh-TW', label: '繁體中文' },
{ code: 'fr', label: 'Français' },
@@ -32,6 +34,7 @@ i18n
es: { translation: es },
'pt-BR': { translation: ptBR },
ja: { translation: ja },
ko: { translation: ko },
'zh-CN': { translation: zhCN },
'zh-TW': { translation: zhTW },
fr: { translation: fr },
File diff suppressed because it is too large Load Diff