mbi / django-rosetta

Rosetta is a Django application that eases the translation process of your Django projects
MIT License
1.05k stars 195 forks source link

Adding Google Translate API v2 support #17

Open bmihelac opened 12 years ago

bmihelac commented 12 years ago

Unfortunately Bing translator API that is added in 0.6.3 support only few languages for translation.

Is adding a Google Translate API v2 support reasonable option for you, since it is paying service.

mbi commented 12 years ago

It's definitely a reasonable option and I'll gladly merge it in if anyone provides a working pull request.

bmihelac commented 12 years ago

Great. I can make the patch, but I am little limited with time currently.

sarathak commented 5 years ago

i can make it ,but i don't have any api key for it

jyoost commented 4 years ago

if someone can point me in the right direction, (where and how it integrates) I would be glad to do it. I have already integrated the pay version of google translate API in a Django project and have a KEY. The last time i left google api credentials in code the site was so busy it ran up a $200 bill in 2 days :) so if YOU want to test it youll have to provide your own.