diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-27 00:05:33 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-27 00:05:33 +0200 |
| commit | ced4c12b399c526dd5dd0eb0d5d086244515cd85 (patch) | |
| tree | 39bb89e5f1fe325c92c2710553561c3af1ea9e3b /config | |
| parent | 20ad9e9d60c6309c0208b3f37924b4712210fa7d (diff) | |
Move switchers out of the user check, so it also works when logged out
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 1 | ||||
| -rw-r--r-- | config/locales/en.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 51fafe21..d1551fcf 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -281,6 +281,7 @@ de: | |||
| 281 | menu: | 281 | menu: |
| 282 | dashboard: "Dashboard" | 282 | dashboard: "Dashboard" |
| 283 | search: "Suche" | 283 | search: "Suche" |
| 284 | scheme_override: "Hell/Dunkel umschalten" | ||
| 284 | log_out: "Abmelden" | 285 | log_out: "Abmelden" |
| 285 | index: | 286 | index: |
| 286 | title: "cccms Dashboard" | 287 | title: "cccms Dashboard" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index b3678187..ac370852 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -234,6 +234,7 @@ en: | |||
| 234 | menu: | 234 | menu: |
| 235 | dashboard: "Dashboard" | 235 | dashboard: "Dashboard" |
| 236 | search: "Search" | 236 | search: "Search" |
| 237 | scheme_override: "Toggle light/dark" | ||
| 237 | log_out: "Log out" | 238 | log_out: "Log out" |
| 238 | index: | 239 | index: |
| 239 | title: "cccms dashboard" | 240 | title: "cccms dashboard" |
