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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/locales/ko-KR.ts b/quartz/i18n/locales/ko-KR.ts
index ea735b0..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,6 +68,7 @@
     error: {
       title: "Not Found",
       notFound: "νŽ˜μ΄μ§€κ°€ μ‘΄μž¬ν•˜μ§€ μ•Šκ±°λ‚˜ λΉ„κ³΅κ°œ 섀정이 λ˜μ–΄ μžˆμŠ΅λ‹ˆλ‹€.",
+      home: "ν™ˆνŽ˜μ΄μ§€λ‘œ λŒμ•„κ°€κΈ°",
     },
     folderContent: {
       folder: "폴더",

--
Gitblit v1.10.0