summaryrefslogtreecommitdiff
path: root/locale/localization.go
diff options
from:
to:
context:
space:
mode:
Diffstat (limited to 'locale/localization.go')
-rw-r--r--locale/localization.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/localization.go b/locale/localization.go
index 56b6462..b557e08 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -11,6 +11,7 @@ type LocaleConfig struct {
TagsLabel string `yaml:"TagsLabel" json:"TagsLabel"`
BlogSearch BlogSearchConfig `yaml:"BlogSearch" json:"BlogSearch"`
GlobalMap GlobalMapConfig `yaml:"GlobalMap" json:"GlobalMap"`
+ LikeButton string `yaml:"LikeButton" json:"LikeButton"`
}
type BlogSearchConfig struct {