From: Sergey Matveev Date: Wed, 1 Nov 2023 12:49:18 +0000 (+0300) Subject: Top translation X-Git-Tag: v0.30.1~1 X-Git-Url: http://www.git.stargrave.org/?p=sgblog.git;a=commitdiff_plain;h=329e747344d24dc819c6390f8d5fcc31f1382f48 Top translation --- diff --git a/cmd/sgblog/http-entry.tmpl b/cmd/sgblog/http-entry.tmpl index efff427..3693057 100644 --- a/cmd/sgblog/http-entry.tmpl +++ b/cmd/sgblog/http-entry.tmpl @@ -14,7 +14,7 @@ {{with .Cfg.AboutURL}}[{{$.T.Get "about"}}]{{end}} -[index] +[{{$.T.Get "top"}}] {{if .Parent}}[{{$.T.Get "prev"}}]{{end}} [{{.When}}] [{{.Commit.Hash.String}}] diff --git a/cmd/sgblog/locale/messages.pot b/cmd/sgblog/locale/messages.pot index 91dec6c..fc395b0 100644 --- a/cmd/sgblog/locale/messages.pot +++ b/cmd/sgblog/locale/messages.pot @@ -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 \n" "Language-Team: LANGUAGE \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 "" diff --git a/cmd/sgblog/locale/ru.po b/cmd/sgblog/locale/ru.po index 58975d0..3ad26e0 100644 --- a/cmd/sgblog/locale/ru.po +++ b/cmd/sgblog/locale/ru.po @@ -71,7 +71,7 @@ msgstr "Git репозиторий" #: ../http-entry.tmpl:11 ../http-index.tmpl:10 msgid "top" -msgstr "верх" +msgstr "наверх" #: ../http-entry.tmpl:12 ../http-index.tmpl:12 msgid "Comments feed" diff --git a/common.go b/common.go index 1f5984a..ee87739 100644 --- 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" )