Olli Wang wrote:
> Hi, Dalius. I had tried lazy_gettext, but don't know why the
> lazy_gettext strings won't be collected after I run "python setup.py
> extract_messages", therefore, I couldn't translate the string. :(
If you are lazier than lazy_gettext do following:
lazy_gettext(_('your string'))I have not checked that but I guess extract_messages should collect your string now and it will not hit your performance. Regards, Dalius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
