Skip to main content

Monkeypatch django do-translation

Project description

Small utility app for monkeypatching Django do_translate functions. It enables you to easily mark translations by wrapping them in curly braces, or do more funky stuff like override how static translations are handled completely.

Install

Install into your python environment of choice using pip from the parent folder:

pip install django-monkeytranslate

Settings

In your settings file include:

MONKEYTRANSLATE_ENABLED = True

And if you want to define the callable:

MONKEYTRANSLATE_CALLABLE = callable

Take a look at monkeytranslate.utils for an example of a callable to

monkeypatch django.utils.translation.trans_real.do_translate

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-monkeytranslate-0.1.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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