Skip to main content

Djinn i18n

Project description

djinn_i18n

Djinn i18n module providing overrides of djinn translations. Other than for instance Rosetta, this tool writes it’s overrides to a separate .po file that resides outside of your or other people’s sources, so you won’t get into trouble when updating source code.

The one single .po file is written to settings.PO_OVERRIDES, or if that doesn’t exist, to: settings.PROJECT_ROOT/var/locale.

Make sure to add the path to your settings.LOCALE_PATHS, like so:

LOCALE_PATHS = [PO_OVERRIDES] + LOCALE_PATHS

or:

LOCALE_PATHS = [PROJECT_ROOT + “/var/locale”] + LOCALE_PATHS

1.0.7

  • newline support in po-file msgid’s

1.0.5

  • added reload button on i18n index page for reloading po files in running server

1.0.4

  • made urls more flexible with respect to locale-name

1.0.3

  • Move to Django 1.6.x

1.0.1

  • Skip monkey patch for translations in front end for now

1.0.0

  • Initial version

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

djinn_i18n-1.0.7.tar.gz (18.9 kB view details)

Uploaded Source

File details

Details for the file djinn_i18n-1.0.7.tar.gz.

File metadata

  • Download URL: djinn_i18n-1.0.7.tar.gz
  • Upload date:
  • Size: 18.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for djinn_i18n-1.0.7.tar.gz
Algorithm Hash digest
SHA256 0a67974550cddbd53ca6bd3f979b7e391e211e792c144c78aebb273e0ad9764f
MD5 2d3178a6c00173e0f4fd51392f60cc58
BLAKE2b-256 25000f7cfef39d4c5c05b8267e5d6f333d2a3921440de47026ea7b4832c58fa5

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