summaryrefslogtreecommitdiff
path: root/locale/localization.go
diff options
from:
to:
context:
space:
mode:
authorGravatar Saya Andy <145215889+SayaAndy@users.noreply.github.com> 2026-05-03 16:59:36 +0700
committerGravatar GitHub <noreply@github.com> 2026-05-03 16:59:36 +0700
commitab7035c2c77d2728720ff45f24f45f2cce21ad8d (patch)
treed143a7e0234bc7835a75e2b997d043190056adb0 /locale/localization.go
parent658c9860336fedeef5d25e48fb1fc25151b45768 (diff)
parentf5b3e8cc3cd4e26c327b00970173f5449e790282 (diff)
downloadweb-0.15.0.tar.gz
web-0.15.0.zip
v0.15.0 (#30)v0.15.0
- [feat: overhaul sidebar](https://github.com/SayaAndy/saya-today-web/commit/9c49207891dcd8b9b4249a5377750b4a0ec2fcc1) - feat: attach desktop content to sidebar, leaving only right space open - [feat: simplify favicons and make dark theme favicon lighter](https://github.com/SayaAndy/saya-today-web/commit/18cae75392970179701f00b3356a82f40fc0989f) - [feat: overhaul like button](https://github.com/SayaAndy/saya-today-web/commit/bcf964f0851cc2d7582085efda200b58e8c5704d) - [feat: replace fa icons on homepage with freehand](https://github.com/SayaAndy/saya-today-web/commit/d409b1938973e31a1bdfe903fed973f396709ca2) - [fix: always recalculate theme wheel size on opening](https://github.com/SayaAndy/saya-today-web/commit/f5b3e8cc3cd4e26c327b00970173f5449e790282) - feat: update sidebar info on home page - feat: remove font-awesome embeds - [feat: rm unused classes from input.css](https://github.com/SayaAndy/saya-today-web/commit/8243ad9ec7b50b0aaf402c91decf3c8093ecb77a)
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"`