diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-19 21:37:52 +0200 |
| commit | 4c82042f990ffd6c48e547cefb861a1f516b7b4f (patch) | |
| tree | 460694e92c0e70bd490f4aca8c5fba2efcfda496 /i18n | |
| parent | 9bd9c28cae452b43b4fcece040d06728990c2c26 (diff) | |
Small design improvs for lang select & search
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/de.toml | 2 | ||||
| -rw-r--r-- | i18n/en.toml | 2 |
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" |
