summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-08-20 21:36:19 +0200
committerArne Rief <riearn@proton.me>2025-08-20 21:36:19 +0200
commitdac4024abcfea76f14522a84bee4b7258c37b72d (patch)
tree1aa3c2e0af122d5c0feb4360850476fd55d3831e /i18n
parentf0506acd6f70da636b8fdb23439c85bbf2392b40 (diff)
Language selection & theme toggle
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml4
-rw-r--r--i18n/en.toml4
2 files changed, 8 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index fb65774..bda9260 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -40,6 +40,10 @@
posts_list = "Artikel mit diesem Schlagwort:"
tagged_with = "Getaggt mit:"
+[theme]
+ toggle_dark = "Dunklen Modus aktivieren"
+ toggle_light = "Hellen Modus aktivieren"
+
[404]
title = "Seite nicht gefunden"
description = "Die angefragte Seite existiert nicht."
diff --git a/i18n/en.toml b/i18n/en.toml
index 690db3c..fbf4cb8 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -40,6 +40,10 @@
posts_list = "Posts with this tag:"
tagged_with = "Tagged with:"
+[theme]
+ toggle_dark = "Switch to dark mode"
+ toggle_light = "Switch to light mode"
+
[404]
title = "Page not found"
description = "The requested page does not exist."