Skip to main content

The working google translate module for Django version 4 and above

Project description

Google Translate for Django 4 and Django 4+

This is the working google translate library for Django v4 and above.

The orignal source and credits go to: https://pypi.org/project/django-google-translate/ (not working with Django 4+)

Quick start

Download the package:
pip install django-google-translate
Add google_translate to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...
    'google_translate',
]
Load the translate tag in your template (ideally on base.html):
{% load google_translate %}
Add following template tag wherever you want to show translate button:
{% google_translate %}
You can also pass type and default language in the translate button type in the inclusion tag (OPTIONAL):
{% google_translate type='vertical' language='en' %}
Available values for the type are "horizontal", "vertical" and "simple" (default) and for language you can pass any ISO language code

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

google_translate_django4-0.5.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

google_translate_django4-0.5-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

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