summaryrefslogtreecommitdiff
path: root/locale
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2026-03-31 00:06:46 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2026-03-31 00:06:46 +0700
commita0ace41ad3b0f4661e98d8fa8ef254369cc80d1e (patch)
treeb5b5c58d42918bab94fd3a6980268ef55dc71f40 /locale
parentbe906e1cc4ec3e92bcb14ee08256b53f3a4b44e2 (diff)
downloadweb-a0ace41ad3b0f4661e98d8fa8ef254369cc80d1e.tar.gz
web-a0ace41ad3b0f4661e98d8fa8ef254369cc80d1e.zip
feat: specify canonical hrefs for each page
feat: specify more meta properties for search engines fix: correct user and catalogue meta format: specify og property names in property field feat: user profile description
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 e165866..9923881 100644
--- a/locale/localization.en.yaml
+++ b/locale/localization.en.yaml
@@ -48,6 +48,7 @@ Mail:
CapturedOn: 'Captured on'
UserProfile:
Header: 'Personal Settings'
+ Description: 'Set and verify your e-mail here, as well as subscribe to favorite blog tags'
EmailHeader: 'E-Mail'
VerificationCodeHeader: 'Verification Code'
TypeEmail: 'Please type your email'
diff --git a/locale/localization.go b/locale/localization.go
index a4f36f1..7080355 100644
--- a/locale/localization.go
+++ b/locale/localization.go
@@ -85,6 +85,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"`
diff --git a/locale/localization.ru.yaml b/locale/localization.ru.yaml
index e65848a..34e5387 100644
--- a/locale/localization.ru.yaml
+++ b/locale/localization.ru.yaml
@@ -48,6 +48,7 @@ Mail:
CapturedOn: 'Снималось'
UserProfile:
Header: 'Личные настройки'
+ Description: 'Здесь можно настроить и верифицировать свою электронную почту, а также подписаться на избранные темы блога'
EmailHeader: 'E-Mail'
VerificationCodeHeader: 'Код верификации'
TypeEmail: 'Пожалуйста, введите свою почту'