Django Amazon Translate

https://img.shields.io/pypi/v/django_amazon_translate.svg https://img.shields.io/travis/leepa/django_amazon_translate.svg Documentation Status

Utilities for Django to translate both Models and Django gettext files using Amazon Translate.

Written because doing translation ends up getting forgotten and increasing accessibility in projects should be easy for everyone.

Quick start

Add django_amazon_translate to the INSTALLED_APPS of your project.

Features

  • Translate via a management command to update po files with translated text.

  • Translate via Django model translate where if a string is saved and has not been edited, it will go ahead and translate on save.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.