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/cs-CZ.ts | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/quartz/i18n/locales/cs-CZ.ts b/quartz/i18n/locales/cs-CZ.ts
index bf089d1..87f1996 100644
--- a/quartz/i18n/locales/cs-CZ.ts
+++ b/quartz/i18n/locales/cs-CZ.ts
@@ -29,6 +29,9 @@
lightMode: "Světlý režim",
darkMode: "Tmavý režim",
},
+ readerMode: {
+ title: "Režim čtečky",
+ },
explorer: {
title: "Procházet",
},
--
Gitblit v1.10.0