Skip to main content

A small library which adds "translate" and "blocktranslate" templatetags as and modified makemessages to work with them.

Project description

A small library which adds “translate” and “blocktranslate” template tags and modifies makemessages to work with them.

  • Free software: BSD 3-Clause License

Installation

pip install django-translation-aliases

Add django_translation_aliases to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_translation_aliases',
)

This will add the translate and blocktranslate template tags to the i18n library so that you can use them in your templates:

{% load i18n %}
{% translate "This message" %}
{% blocktranslate trimmer %}
    Another message
{% endblocktranslate %}

Documentation

https://django-translation-aliases.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.0.0 (2019-06-22)

  • First release on PyPI.

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-translation-aliases-0.1.0.tar.gz (26.4 kB view details)

Uploaded Source

File details

Details for the file django-translation-aliases-0.1.0.tar.gz.

File metadata

  • Download URL: django-translation-aliases-0.1.0.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.19.8 CPython/3.6.2

File hashes

Hashes for django-translation-aliases-0.1.0.tar.gz
Algorithm Hash digest
SHA256 e981fe363ad130fc4c7e22f7718b553059fb781bccd6d143a97d44a50be826da
MD5 f3a928a81ebc98a23f705ee3f5ef7ff2
BLAKE2b-256 7e1b1eb7b457e08147a8711bf91f92628e85813f45ea978537944a25351b3d7d

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