In your project/controllers.py, in you can add:
def locale_pt():
return 'pt'
turbogears.config.update({'i18n.get_locale' : locale_pt})
I have this in the top namespace of my controllers.py file, not inside the Root class. I'm not sure if this is the prettiest way to make this work, but hey, it works for me. If you have any better suggestion, please leave a comment.
0 comentários:
Post a Comment