Hello, I've just started using i18n to get multi language capabilities to an existing application. So I added session_filter.on = True and i18n.run_template_filter = True to my app.cfg
and then run tg-admin i18n collect. It goes through all my .py and .kid files but in the messages.pot file there is no string from the kid templates (only strings from the _() calls). I can't find out what I missed. Any idea ? Another issue is that, for a few kid templates, I get messages lile Skip xxx\templates\recap.kid: undefined entity é: line 40, column 5 TG 1.0.3.2 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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?hl=en -~----------~----~----~----~------~----~------~--~---

