Archived
1
0

more i18n

This commit is contained in:
Jeff Becker 2017-10-10 12:40:25 -04:00
parent 78797c680f
commit ce2e1eb7a8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -63,7 +63,7 @@ func (self *catalogModel) Navbar() string {
param["frontend"] = self.frontend param["frontend"] = self.frontend
var links []LinkModel var links []LinkModel
links = append(links, linkModel{ links = append(links, linkModel{
link: fmt.Sprintf("%sb/%s/", self.prefix, self.board), link: fmt.Sprintf("%sb/%s/?lang=%s", self.prefix, self.board, self._i18n.Name),
text: "Board index", text: "Board index",
}) })
param["prefix"] = self.prefix param["prefix"] = self.prefix