summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-27 00:14:00 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-27 00:14:00 +0200
commit174ecd3115438ebd4049e1e5ea40e210a7e49509 (patch)
treedb0b883a3a7a55d6062adfcf0e3aa4bdb8284cb0 /config/locales/en.yml
parent334d386f8ae052e4f3b4442347cb5be8c5c02c8f (diff)
Move nav_switcher locale keys to layouts
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r--config/locales/en.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml
index ac370852..fc3ad216 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -234,7 +234,6 @@ en:
234 menu: 234 menu:
235 dashboard: "Dashboard" 235 dashboard: "Dashboard"
236 search: "Search" 236 search: "Search"
237 scheme_override: "Toggle light/dark"
238 log_out: "Log out" 237 log_out: "Log out"
239 index: 238 index:
240 title: "cccms dashboard" 239 title: "cccms dashboard"
@@ -622,3 +621,6 @@ en:
622 lock_lost_link: "return to the published page" 621 lock_lost_link: "return to the published page"
623 insert_image: "Insert image" 622 insert_image: "Insert image"
624 insert_image_tooltip: "Insert one of this page's attached images" 623 insert_image_tooltip: "Insert one of this page's attached images"
624 nav_switchers:
625 scheme_override: "Toggle light/dark"
626 switch_locale: "Toggle language"