changeset 6543 | 66145280a7e6 |
parent 6384 | 89d5b339ebdd |
child 6545 | 5cea387a5667 |
--- a/web/views/basecontrollers.py Tue Oct 19 11:59:23 2010 +0200 +++ b/web/views/basecontrollers.py Tue Oct 19 12:01:35 2010 +0200 @@ -464,6 +464,7 @@ @jsonize def js_i18n(self, msgids): """returns the translation of `msgid`""" + print 'translate', msgids, [self._cw._(msgid) for msgid in msgids] return [self._cw._(msgid) for msgid in msgids] @jsonize