From 59b58076016c5e5f09f16ab0395fed02e2ebb72e Mon Sep 17 00:00:00 2001
From: wasita <wasita.mahaphanit.gr@dartmouth.edu>
Date: Wed, 04 Mar 2026 15:42:49 +0000
Subject: [PATCH] πŸ› fix(cli): use 'gray' instead of 'grey' in styleText calls (#2321)

---
 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