Roundup Tracker - Issues

Issue 1613976

classification
context/status/menu is not translated
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : pugfan, richard
Priority: normal :

Created on 2006-12-12 14:09 by pugfan, last changed 2006-12-12 14:09 by pugfan.

Messages
msg2374 Author: [hidden] (pugfan) Date: 2006-12-12 14:09
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
2006-12-12 14:09:35pugfancreate