1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

v1.5.0 ⇢ v1.6.0

This commit is contained in:
Timur Ismagilov 2021-10-05 23:11:43 +03:00
parent 5dd74da8ed
commit 891cc1f87c
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// Code generated by go-localize; DO NOT EDIT.
// This file was generated by robots at
// 2021-10-05 23:07:42.331894 +0300 MSK m=+0.003049418
// 2021-10-05 23:10:55.234321 +0300 MSK m=+0.003252376
package l18n

View File

@ -29,7 +29,7 @@ func main() {
log.Fatal(err)
}
log.Println("Running Mycorrhiza Wiki 1.5.0")
log.Println("Running Mycorrhiza Wiki 1.6.0")
if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err)
}

View File

@ -274,7 +274,7 @@ sort.Strings(editors)
<section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.5.0</li>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.6.0</li>
{%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>

View File

@ -1097,7 +1097,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
//line views/stuff.qtpl:277
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
//line views/stuff.qtpl:277
qw422016.N().S(`</b> 1.5.0</li>
qw422016.N().S(`</b> 1.6.0</li>
`)
//line views/stuff.qtpl:278
if cfg.UseAuth {