On Fri, Jul 31, 2009 at 7:46 PM, Emilien Klein wrote: > I'd like to hear if someone has successfully deployed a translated > application (links please), and if possible what solution you have > used.
I use babel. It's a library from the trac guys: http://babel.edgewall.org/ It is a gettext wrapper and i18n tools. You can extract messages from .py and .html files, and then you translate/compile the .po/.mo catalogs. For a full implementation you can see how it is done in Kay: http://bitbucket.org/tmatsuo/kay/src/tip/kay/i18n/ -- rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
