summaryrefslogtreecommitdiff
path: root/locale/localization.go
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'locale/localization.go')
-rw-r--r--locale/localization.go7
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/localization.go b/locale/localization.go
index c6467c4..87b8ea1 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -20,6 +20,7 @@ type LocaleConfig struct {
type BlogSearchConfig struct {
Header string `yaml:"Header" json:"Header"`
+ Description string `yaml:"Description" json:"Description"`
TagsHeader string `yaml:"TagsHeader" json:"TagsHeader"`
OrderByHeader string `yaml:"OrderByHeader" json:"OrderByHeader"`
TitleOrdered string `yaml:"TitleOrdered" json:"TitleOrdered"`
@@ -29,7 +30,8 @@ type BlogSearchConfig struct {
}
type GlobalMapConfig struct {
- Header string `yaml:"Header" json:"Header"`
+ Header string `yaml:"Header" json:"Header"`
+ Description string `yaml:"Description" json:"Description"`
}
type HomePageConfig struct {
@@ -37,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"`
@@ -83,6 +87,7 @@ type NewPostConfig struct {
type UserProfileConfig struct {
Header string `yaml:"Header" json:"Header"`
+ Description string `yaml:"Description" json:"Description"`
EmailHeader string `yaml:"EmailHeader" json:"EmailHeader"`
VerificationCodeHeader string `yaml:"VerificationCodeHeader" json:"VerificationCodeHeader"`
TypeEmail string `yaml:"TypeEmail" json:"TypeEmail"`