leepa / django_amazon_translate

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

Home Page:https://django-amazon-translate.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Amazon Translate

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.

https://django-amazon-translate.readthedocs.io/en/latest/

License:MIT License


Languages

Language:Python 83.7%Language:Makefile 16.3%