diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/de.toml | 4 | ||||
| -rw-r--r-- | i18n/en.toml | 4 |
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." |
