From 9c042dd7178c32a3c44ba59ad2252d39e877745c Mon Sep 17 00:00:00 2001
From: AshGrey : γ‚Šγ™ 🐿️ <ashgrey.huaier@gmail.com>
Date: Fri, 19 Dec 2025 19:37:53 +0000
Subject: [PATCH] fix(helpers): correct regex of function escapePath (#2254)

---
 quartz/i18n/locales/ko-KR.ts |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/quartz/i18n/locales/ko-KR.ts b/quartz/i18n/locales/ko-KR.ts
index ed859a9..1bca096 100644
--- a/quartz/i18n/locales/ko-KR.ts
+++ b/quartz/i18n/locales/ko-KR.ts
@@ -29,6 +29,9 @@
       lightMode: "라이트 λͺ¨λ“œ",
       darkMode: "닀크 λͺ¨λ“œ",
     },
+    readerMode: {
+      title: "리더 λͺ¨λ“œ",
+    },
     explorer: {
       title: "탐색기",
     },
@@ -65,15 +68,16 @@
     error: {
       title: "Not Found",
       notFound: "νŽ˜μ΄μ§€κ°€ μ‘΄μž¬ν•˜μ§€ μ•Šκ±°λ‚˜ λΉ„κ³΅κ°œ 섀정이 λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.",
+      home: "ν™ˆνŽ˜μ΄μ§€λ‘œ λŒμ•„κ°€κΈ°",
     },
     folderContent: {
       folder: "폴더",
-      itemsUnderFolder: ({ count }) => `${count}건의 νŽ˜μ΄μ§€`,
+      itemsUnderFolder: ({ count }) => `${count}건의 ν•­λͺ©`,
     },
     tagContent: {
       tag: "νƒœκ·Έ",
       tagIndex: "νƒœκ·Έ λͺ©λ‘",
-      itemsUnderTag: ({ count }) => `${count}건의 νŽ˜μ΄μ§€`,
+      itemsUnderTag: ({ count }) => `${count}건의 ν•­λͺ©`,
       showingFirst: ({ count }) => `처음 ${count}개의 νƒœκ·Έ`,
       totalTags: ({ count }) => `총 ${count}개의 νƒœκ·Έλ₯Ό μ°Ύμ•˜μŠ΅λ‹ˆλ‹€.`,
     },

--
Gitblit v1.10.0