4891: enable translation for main navigation items
svn: r17453
This commit is contained in:
parent
167b250646
commit
cb99cb7e40
@ -1274,7 +1274,7 @@ class BasePage(object):
|
|||||||
|
|
||||||
cs = 'class = "CurrentSection"' if cs else ""
|
cs = 'class = "CurrentSection"' if cs else ""
|
||||||
ul += (Html("li", attr = cs, inline = True) +
|
ul += (Html("li", attr = cs, inline = True) +
|
||||||
Html("a", nav_text, href = url, title = "Main Navigation Item " + nav_text)
|
Html("a", nav_text, href = url, title = _("Main Navigation Item ") + nav_text)
|
||||||
)
|
)
|
||||||
|
|
||||||
navigation += ul
|
navigation += ul
|
||||||
|
Loading…
x
Reference in New Issue
Block a user