Hello I'm working on an i18n project with pylons. I would need using _ function from within routing.py
If trying the following import into routing.py: from pylons.i18n.translation import _ I get an error upon a browser request sending : TypeError: No object (name: translator) has been registered for this thread Apparentely there is some object missing at that stage Any help is greatly appreciated Daniel -- 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.
