summaryrefslogtreecommitdiff
path: root/locale
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-08-27 19:11:16 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-08-27 19:11:16 +0700
commit26c77e33356a519b3caaed44fd9d7f8722f41918 (patch)
tree467bc15626f59cf69846fe36c0e2786a30e383d2 /locale
parentea8c6da9b8bafa1d4e5fe5a77fb306006db7d6f6 (diff)
downloadweb-26c77e33356a519b3caaed44fd9d7f8722f41918.tar.gz
web-26c77e33356a519b3caaed44fd9d7f8722f41918.zip
feat: add and show like count
feat: localize like button
Diffstat (limited to 'locale')
-rw-r--r--locale/localization.en.yaml1
-rw-r--r--locale/localization.go1
-rw-r--r--locale/localization.ru.yaml1
3 files changed, 3 insertions, 0 deletions
diff --git a/locale/localization.en.yaml b/locale/localization.en.yaml
index f5ee6c9..48ef9da 100644
--- a/locale/localization.en.yaml
+++ b/locale/localization.en.yaml
@@ -9,3 +9,4 @@ BlogSearch:
ChooseAllTags: 'Choose All'
GlobalMap:
Header: 'Global Map'
+LikeButton: 'Like!'
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 {
diff --git a/locale/localization.ru.yaml b/locale/localization.ru.yaml
index c236d1e..d6e9fe4 100644
--- a/locale/localization.ru.yaml
+++ b/locale/localization.ru.yaml
@@ -9,3 +9,4 @@ BlogSearch:
ChooseAllTags: 'Выбрать все'
GlobalMap:
Header: 'Глобальная карта'
+LikeButton: 'Нраица!'