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

379 Views Asked by At

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 ??

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

I recommend you to try transifex.com - they have really convinient git-like client for pushing/pulling translation to their cloud server. After that you can give translators an access to translate content in user-friendly web-interface. It is free until the reasonable quota.