From b1a105371bffdea6ca10a010292248ef9aff3ce2 Mon Sep 17 00:00:00 2001
From: JONG HWAN KIM <99215801+JongDeug@users.noreply.github.com>
Date: Sun, 18 Feb 2024 22:37:59 +0000
Subject: [PATCH] feat(i18n): add Korean (#889)

---
 quartz/i18n/index.ts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/index.ts b/quartz/i18n/index.ts
index 1e4853f..5224f66 100644
--- a/quartz/i18n/index.ts
+++ b/quartz/i18n/index.ts
@@ -9,6 +9,7 @@
 import ar from "./locales/ar-SA"
 import uk from "./locales/uk-UA"
 import ru from "./locales/ru-RU"
+import ko from "./locales/ko-KR"
 
 export const TRANSLATIONS = {
   "en-US": en,
@@ -42,6 +43,7 @@
   "ar-MR": ar,
   "uk-UA": uk,
   "ru-RU": ru,
+  "ko-KR": ko,
 } as const
 
 export const defaultTranslation = "en-US"

--
Gitblit v1.10.0