Skip to main content

Polyglot integration for Django Web Framework

Project description

Django-Polyglot: DeepL integration for Django

Django-Polyglot is an integration of Polyglot for Django Web Framework.

It provides a CLI command that, using the DeepL API, automates the translation of your static texts.

Installation

Django Polyglot can be easily installed by running:

pip install django-polyglot-translator

Make sure you've configured Django internationalization.

Now you have to register Django-Polyglot in your settings like this:

INSTALLED_APPS = [
    ...
    'djangoPolyglot'
]

Finally, you need to store your DeepL API key in your settings.

POLYGLOT_DEEPL_LICENSE = "your DeepL API key"

Usage

Translate

Django-Polyglot will run for you the Django "makemessages" command, preparing the .po files with the text to be translated. Then Polyglot will use the DeepL APIs to translate this files. Finally the Django "compilemessages" command will be ran and your static translations will be ready.

./manage.py django-polyglot translate

⚠️To use the translate command you need to set LANGUAGE_CODE, LANGUAGES and LOCALE_PATHS in your settings, according the Django documentation.

Usage info

It returns DeepL usage info related to your API key, run with:

./manage.py django-polyglot print_usage_info

Supported languages

It returns the list of languages currently supported by DeepL, run with:

./manage.py django-polyglot print_supported_languages

Dependencies

The only dependency is Polyglot.

License

Django-Polyglot is provided under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-polyglot-translator-1.2.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file django-polyglot-translator-1.2.0.tar.gz.

File metadata

File hashes

Hashes for django-polyglot-translator-1.2.0.tar.gz
Algorithm Hash digest
SHA256 52046baf0ddb77e4eea59b465fa031ebe8515e228234a6bcefc73a425d3d60bd
MD5 26b5c4eca9ba9b2c988c85302d3b435f
BLAKE2b-256 5cd09ace53b6995d398dd42d4a057516e11e313f064969476118183fe54072b0

See more details on using hashes here.

File details

Details for the file django_polyglot_translator-1.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for django_polyglot_translator-1.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5b0c16ea89500d23b1595a9637abd3853065eb8e612511f60347d9791f4c8944
MD5 796a4b5a6ac8ec0d6311cb190e92eb01
BLAKE2b-256 3fb5be94111683ea0c7a2813e3ace2ddd6a5e16f1a0a8bfb1fa1546428b40d01

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page