cmd/sgblog/http-entry.tmpl | 2 +- cmd/sgblog/locale/messages.pot | 4 ++-- cmd/sgblog/locale/ru.po | 2 +- common.go | 2 +- diff --git a/cmd/sgblog/http-entry.tmpl b/cmd/sgblog/http-entry.tmpl index 350651464b42a0aa1bddfeeb9cf67f57feea32044bd9fc1c2f0dbd10bfd42230..689b5d6edc17725160254837aaac6b08853428391fe386506b009aede06a6c4a 100644 --- a/cmd/sgblog/http-entry.tmpl +++ b/cmd/sgblog/http-entry.tmpl @@ -14,7 +14,7 @@ {{if .Parent}}{{end}} {{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 98df926fca15ff04f821a73d7ce6bdd98382f5181ca5318a452ee5e961a944c1..da9036909bd1ca64394049926da8e3d7629281ef7491819c1d7058f392e17bb5 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 @@ #, go-template 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 d6713402a0f9eea664c821e22c844d2b469c7427f40b58b07d7af5c5fa647037..7bf53d958c3c0e11641c089b6b5acf795af67e0463d30c5b79fdfaaffec54902 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 4ec83165904a0260ca2a394460f620086dc35dbc2ffa51f048a38c9a85e06ab1..b3a6513bdf016bb419ac17376d1ffe40e43353d023c7beb2d826c2c752f08500 100644 --- a/common.go +++ b/common.go @@ -15,7 +15,7 @@ "go.cypherpunks.ru/recfile" ) const ( - Version = "0.30.0" + Version = "0.30.1" WhenFmt = "2006-01-02 15:04:05Z07:00" )