diff options
Diffstat (limited to 'locale/localization.go')
| -rw-r--r-- | locale/localization.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/localization.go b/locale/localization.go index 5917932..088783f 100644 --- a/locale/localization.go +++ b/locale/localization.go @@ -30,6 +30,7 @@ type GlobalMapConfig struct { type HomePageConfig struct { Header string `yaml:"Header" json:"Header"` + Contacts string `yaml:"Contacts" json:"Contacts"` DidYouKnowThat string `yaml:"DidYouKnowThat" json:"DidYouKnowThat"` SidebarDescription string `yaml:"SidebarDescription" json:"SidebarDescription"` HomePageDescription string `yaml:"HomePageDescription" json:"HomePageDescription"` |