]> Sergey Matveev's repositories - sgblog.git/commitdiff
Top translation
authorSergey Matveev <stargrave@stargrave.org>
Wed, 1 Nov 2023 12:49:18 +0000 (15:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 1 Nov 2023 12:49:18 +0000 (15:49 +0300)
cmd/sgblog/http-entry.tmpl
cmd/sgblog/locale/messages.pot
cmd/sgblog/locale/ru.po
common.go

index efff427b3954a939cc3d5186bb4aa4cddf120df9..3693057f9499cda79a569743b2e89b451ffbf277 100644 (file)
@@ -14,7 +14,7 @@
 </head>
 <body>
 {{with .Cfg.AboutURL}}[<a href="{{.}}">{{$.T.Get "about"}}</a>]{{end}}
-[<a href="{{.Cfg.URLPrefix}}/">index</a>]
+[<a href="{{.Cfg.URLPrefix}}/">{{$.T.Get "top"}}</a>]
 {{if .Parent}}[<a href="{{.Cfg.URLPrefix}}/{{.Parent}}">{{$.T.Get "prev"}}</a>]{{end}}
 [<tt><a title="{{$.T.Get "When"}}">{{.When}}</a></tt>]
 [<tt><a title="{{$.T.Get "What"}}">{{.Commit.Hash.String}}</a></tt>]
index 91dec6c58154bd9a6076a00585f02cc250140870..fc395b0c2e6b8e01c44008bbac07a5f8b98c0a44 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-07-30 14:58+0300\n"
+"POT-Creation-Date: 2023-11-01 15:47+0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -83,7 +83,7 @@ msgstr ""
 msgid "Git repository"
 msgstr ""
 
-#: ../http-entry.tmpl:11 ../http-index.tmpl:10
+#: ../http-entry.tmpl:11 ../http-entry.tmpl:17 ../http-index.tmpl:10
 #, go-template
 msgid "top"
 msgstr ""
index 58975d039e91d8c242117daface3b53a755d3e98..3ad26e045f4a66b4de372012f7c5f7e8fd389dae 100644 (file)
@@ -71,7 +71,7 @@ msgstr "Git репозиторий"
 
 #: ../http-entry.tmpl:11 ../http-index.tmpl:10
 msgid "top"
-msgstr "верх"
+msgstr "навеÑ\80Ñ\85"
 
 #: ../http-entry.tmpl:12 ../http-index.tmpl:12
 msgid "Comments feed"
index 1f5984a31d3a8a1907d1334bd6276c89a52cf713..ee87739e1993992cfd71215c82dd6c4996d933f4 100644 (file)
--- a/common.go
+++ b/common.go
@@ -15,7 +15,7 @@ import (
 )
 
 const (
-       Version = "0.30.0"
+       Version = "0.30.1"
        WhenFmt = "2006-01-02 15:04:05Z07:00"
 )