ankitpopli1891 / django-autotranslate

A simple Django app to automatically translate the pot (.po) files generated by django's makemessages command using google translate.
https://ankitpopli1891.github.io/django-autotranslate/
MIT License
70 stars 39 forks source link

added support for Amazon Translate #34

Open jzj opened 3 years ago

jzj commented 3 years ago

This pull request adds support for Amazon Translate. Let me know if you have a recommendation for improvement or if the change is out of scope for this project.

ankitpopli1891 commented 3 years ago

@jzj thanks for the PR, much appreciated. It definitely makes sense to add it.

It was in the plan to add multiple translation backends #8, but it was never picked up. Thanks for picking it up and seeing it through.

Would you be able to add in tests and update the README a bit include how to use this backend ? 😅