Christopher Arndt schrieb: > For now, you need to add > > kid.i18n.run_template_filter = True > > to your configuration as well, and things should work again. We will fix > this in the next 1.1 release [1] so that the old way of configuring > things works again. > > [1] http://trac.turbogears.org/ticket/2392
This is fixed in SVN r6872 now. kid.i18n.run_template_filter now defaults to True if i18n.run_template_filter is enabled and Kid is available. I.e. you can still turn off the translation filter for Kid templates only, if you set i18n.run_template_filter to True and kid.i18n.run_template_filter to False in your configuration. Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

