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 (