summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/de.toml2
-rw-r--r--i18n/en.toml2
2 files changed, 4 insertions, 0 deletions
diff --git a/i18n/de.toml b/i18n/de.toml
index 908e600..0dc9468 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -62,5 +62,7 @@ tags_posts_list = "Artikel mit diesem Schlagwort:"
tags_with = "Getaggt mit:"
# Theme
+dark_mode = "Dunkler Modus"
+light_mode = "Heller Modus"
toggle_dark = "Dunklen Modus aktivieren"
toggle_light = "Hellen Modus aktivieren"
diff --git a/i18n/en.toml b/i18n/en.toml
index 2a82946..28d68d1 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -62,5 +62,7 @@ tags_posts_list = "Posts with this tag:"
tags_with = "Tagged with:"
# Theme
+dark_mode = "Dark mode"
+light_mode = "Light mode"
toggle_dark = "Switch to dark mode"
toggle_light = "Switch to light mode"