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