From a4bf62aaf0c5e4b9d371efbd73843552adc21d84 Mon Sep 17 00:00:00 2001 From: xmkgfm <150044345+xmkgfm@users.noreply.github.com> Date: Mon, 13 May 2024 17:47:05 +0900 Subject: [PATCH] Update index.ts --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index f97cace3..2bd07706 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -11,3 +11,4 @@ export { default as tr } from "./tr/translation.json"; export { default as be } from "./be/translation.json"; export { default as uk } from "./uk/translation.json"; export { default as id } from "./id/translation.json"; +export { default as ko } from "./ko/translation.json";