Skip to content

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

License

Notifications You must be signed in to change notification settings

leepa/django_amazon_translate

Repository files navigation

Django Amazon Translate

image

image

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published