> Done at r1030.

Well, it broke some of code that used gettext and did string
concatentation like this:

return _(u'Today') + ', ' + unicode(dt.strftime('%H:%M'))

Changing gettext into plain_gettext helped it. (Note: I added
plain_gettext to the list of exported symbols by i18n, r1051).

<rant>
In  general though, I don't think I like increasing amount of magic
(read: hidden non-obvious behaviour) in TurboGears. It certainly
cool...when works but PITA when doesn't.
</rant>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-trunk
-~----------~----~----~----~------~----~------~--~---

Reply via email to