Hello, I wanted to let the App Engine community know about a new translation and localization tool that I developed at Gengo. The tool works in a manner similar to gettext, except it requests translations from cloud based translation services, such as Google Translate (machine), Microsoft (machine) and Gengo (human). The tool, named Avalon is at mygengo.github.com/avalon
I'd like to invite people to have a look and extend it to use additional services (backward compatibility with gettext would be nice, or add support for your preferred translation tools). Translation and localization has been a weak spot for App Engine, so I thought this would be a good starting point to solve this problem, and provide Python developers in general with a cloud based alternative to gettext. Gettext is great for localizing fairly static applications and resources, but its not so good for dynamic content, or for constantly updated applications. So have a look at the githib project, or drop me a line hear if you'd like to discuss. Thanks, Brian McConnell -- 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.
