Roundup Tracker - Issues

Issue 1225152

classification
i18n: boolean fields are still Yes/No (untranslated)
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : a1s, richard, schlatterbeck
Priority: normal :

Created on 2005-06-21 21:45 by schlatterbeck, last changed 2005-06-22 07:26 by a1s.

Messages
msg1983 Author: [hidden] (schlatterbeck) Date: 2005-06-21 21:45
If I render a boolean property with the field method,
it will be displayed Yes/No (a radio button group with
these properties). Can't this be translated? Or am I
doing something wrong (I'm generating the boolean field
from within a utility method registered with
instance.registerUtil)

This is with roundup 0.8.3
msg1984 Author: [hidden] (a1s) Date: 2005-06-22 07:26
Logged In: YES 
user_id=8719

fixed.  thank you.
msg1985 Author: [hidden] (schlatterbeck) Date: 2005-06-22 09:59
Logged In: YES 
user_id=34818

That was quick.
After replacing cgi/templating.py (from maintenance-branch)
it works for me. Thanks.
History
Date User Action Args
2005-06-21 21:45:29schlatterbeckcreate