Search code examples
djangogoogle-translatedjango-rosetta

django-rosetta stop working due to google api changes, any alternative?


I have used django-rosetta in my project for translation, it stop working due to google api changes, giving following error

Please use Translate v2. See http://code.google.com/apis/language/translate/overview.html

Is there any alternative ??


Solution

  • Django-rosetta 0.6.3 (just released) uses the Bing translation API. It's not as good, but seems to work.