On 12/19/06, Pedro Algarvio, aka, s0undt3ch <[EMAIL PROTECTED]> wrote: > Is it because since it's inside a "" it's considered to already be a > string, hence does not look for a _() call inside?
It's true that xgettext will try to be smart about the syntax of the language at hand and not look inside strings. If we can compile the Genshi template to Python, then the above will probably result in a "bare" call to _() that xgettext can understand. -jj -- http://jjinux.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
