From d03b0e75490be100bef0573ad394a48a041f0f12 Mon Sep 17 00:00:00 2001 From: Niceplugin Date: Wed, 17 Jul 2024 20:41:32 +0900 Subject: [PATCH] chore: update lunaria for korean locale --- docs/lunaria.config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/lunaria.config.json b/docs/lunaria.config.json index 9887d760..337a1a6a 100644 --- a/docs/lunaria.config.json +++ b/docs/lunaria.config.json @@ -36,6 +36,10 @@ { "label": "Español", "lang": "es" + }, + { + "label": "한국어", + "lang": "ko" } ], "outDir": ".vitepress/dist/_translations",