From 4c82042f990ffd6c48e547cefb861a1f516b7b4f Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Jun 2026 21:37:52 +0200 Subject: Small design improvs for lang select & search --- i18n/de.toml | 2 ++ i18n/en.toml | 2 ++ 2 files changed, 4 insertions(+) (limited to 'i18n') 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" -- cgit v1.2.3