From e98d97a271857efe14e6f15d8971d452b2d1a2d5 Mon Sep 17 00:00:00 2001
From: Felix Nie <hongtuo.nie@u.nus.edu>
Date: Wed, 07 May 2025 19:56:18 +0000
Subject: [PATCH] feat(i18n): readermode translations and icon (#1961)
---
quartz/i18n/locales/de-DE.ts | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/quartz/i18n/locales/de-DE.ts b/quartz/i18n/locales/de-DE.ts
index 023d4be..85a7353 100644
--- a/quartz/i18n/locales/de-DE.ts
+++ b/quartz/i18n/locales/de-DE.ts
@@ -26,8 +26,11 @@
noBacklinksFound: "Keine Backlinks gefunden",
},
themeToggle: {
- lightMode: "Light Mode",
- darkMode: "Dark Mode",
+ lightMode: "Heller Modus",
+ darkMode: "Dunkler Modus",
+ },
+ readerMode: {
+ title: "Lesemodus",
},
explorer: {
title: "Explorer",
--
Gitblit v1.10.0