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/ru-RU.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/quartz/i18n/locales/ru-RU.ts b/quartz/i18n/locales/ru-RU.ts
index 18e0817..5534d14 100644
--- a/quartz/i18n/locales/ru-RU.ts
+++ b/quartz/i18n/locales/ru-RU.ts
@@ -29,6 +29,9 @@
       lightMode: "Π‘Π²Π΅Ρ‚Π»Ρ‹ΠΉ Ρ€Π΅ΠΆΠΈΠΌ",
       darkMode: "Π’Ρ‘ΠΌΠ½Ρ‹ΠΉ Ρ€Π΅ΠΆΠΈΠΌ",
     },
+    readerMode: {
+      title: "Π Π΅ΠΆΠΈΠΌ чтСния",
+    },
     explorer: {
       title: "ΠŸΡ€ΠΎΠ²ΠΎΠ΄Π½ΠΈΠΊ",
     },

--
Gitblit v1.10.0