From aa3018ea1efb6235dbb49f8d75e27a3ad28762ac Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:46:43 +1000 Subject: [PATCH] fix(i18n): add Korean label to locale switchers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add ko: '한국어' to LOCALE_LABELS in LaunchWindow and VideoEditor so the language switcher shows the native name instead of falling back to the raw code. --- src/components/launch/LaunchWindow.tsx | 1 + src/components/video-editor/VideoEditor.tsx | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/src/components/launch/LaunchWindow.tsx b/src/components/launch/LaunchWindow.tsx index 9ed4daad..93732ff8 100644 --- a/src/components/launch/LaunchWindow.tsx +++ b/src/components/launch/LaunchWindow.tsx @@ -58,6 +58,7 @@ const LOCALE_LABELS: Record = { en: "EN", es: "ES", "zh-CN": "中文", + ko: "한국어", }; const COUNTDOWN_OPTIONS = [0, 3, 5, 10]; diff --git a/src/components/video-editor/VideoEditor.tsx b/src/components/video-editor/VideoEditor.tsx index 9eadd382..a48e89a2 100644 --- a/src/components/video-editor/VideoEditor.tsx +++ b/src/components/video-editor/VideoEditor.tsx @@ -425,6 +425,7 @@ function LanguageSwitcher() { en: "EN", es: "ES", "zh-CN": "中文", + ko: "한국어", }; return (