Django Amazon Translate¶
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.
Free software: MIT license
Documentation: https://django-amazon-translate.readthedocs.io.
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.