Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6756, comment 5


Ignore:
Timestamp:
Feb 12, 2015, 7:50:29 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6756, comment 5

    initial v1  
    1313and change get_navigation_items to yield using function to_unicode
    1414
     15{{{#!python
    1516    def get_navigation_items(self, req):
    1617        if 'SEARCH_VIEW' in req.perm:
    1718            yield ('mainnav', 'search',
    1819                   tag.a(_('''to_unicode('search in your language')'''), href=req.href.search(), accesskey=4))
     20}}}
    1921
    2022it just works for me , to change main menu into Chinese.