Hello all!

After moving one of my applications to TurboGears 1.1 to make it run
on Python 2.6 (somehow 1.0 didn't work) I have a problem with i18n
now. The applications still uses kid, so I checked that the config has
the at least following settings:

    tg.defaultview = "kid"
    session_filter.on = True
    i18n.run_template_filter = True
    i18n.default_locale = "en"

The compiled translations are in the appropriate places (i18n message
extraction & compilation vie the toolbox seems to work fine) and calls
to tg.i18n.get_locale() inside my templates delivers the correct
value. Still, the static strings inside of my kid-templates won't be
translated at all.

What could be the problem here? Maybe I'm just missing a configuration
option? Or is there a change (maybe regarding to the move to Genshi in
1.1) I have overseen, that needs special attention? What else could I
check?

Thank you!
Daniel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to