more i18n
This commit is contained in:
parent
78797c680f
commit
ce2e1eb7a8
@ -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
|
||||||
|
Reference in New Issue
Block a user