Max Ischenko wrote:
> > 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).
>

Maybe we can rename plain_gettext back to gettext and just introduce a
smart_gettext (the actual gettext that checks for the request) that's
mapped to "_" by default?

Ciao
Michele


--~--~---------~--~----~------------~-------~--~----~
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