Roundup Tracker - Issues

Message2374

Author pugfan
Recipients
Date 2006-12-12.14:09:35
Message-id
In-reply-to
Roundup version: 1.3.1

If I change roundup/cgi/templating.py on line 1867 and 2054 from 
            lab = cgi.escape(lab)
to
            lab = cgi.escape(self._(lab))

than the translation is OK.
The tal i18n:translate="" is not working for this, because the '- not selected -' seems to be translated before...

Thanks,
Tamás Gulácsi
History
Date User Action Args
2009-02-03 14:21:59adminlinkissue1613976 messages
2009-02-03 14:21:59admincreate