summaryrefslogtreecommitdiffci
path: root/locale/localization.go
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 15:44:14 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-05-03 15:44:14 +0700
commit9c49207891dcd8b9b4249a5377750b4a0ec2fcc1 (patch)
treee1af8def44ee2a30dbd79d465ffbd16b66dbb46e /locale/localization.go
parent8a66768bee63f3e813fb4ba920b3155db885c4bd (diff)
downloadweb-9c49207891dcd8b9b4249a5377750b4a0ec2fcc1.tar.gz
web-9c49207891dcd8b9b4249a5377750b4a0ec2fcc1.zip
feat: overhaul sidebar
feat: attach desktop content to sidebar, leaving only right space open feat: update sidebar info on home page
Diffstat (limited to 'locale/localization.go')
-rw-r--r--locale/localization.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/localization.go b/locale/localization.go
index 7080355..87b8ea1 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -39,10 +39,12 @@ type HomePageConfig struct {
Contacts string `yaml:"Contacts" json:"Contacts"`
DidYouKnowThat string `yaml:"DidYouKnowThat" json:"DidYouKnowThat"`
SidebarDescription string `yaml:"SidebarDescription" json:"SidebarDescription"`
+ BackDescription string `yaml:"BackDescription" json:"BackDescription"`
HomePageDescription string `yaml:"HomePageDescription" json:"HomePageDescription"`
BlogSearchDescription string `yaml:"BlogSearchDescription" json:"BlogSearchDescription"`
MarkerMapDescription string `yaml:"MarkerMapDescription" json:"MarkerMapDescription"`
ThemeSwitchDescription string `yaml:"ThemeSwitchDescription" json:"ThemeSwitchDescription"`
+ AccountDescription string `yaml:"AccountDescription" json:"AccountDescription"`
Hymn1 string `yaml:"Hymn1" json:"Hymn1"`
Hymn2 string `yaml:"Hymn2" json:"Hymn2"`
Hymn3 string `yaml:"Hymn3" json:"Hymn3"`