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.8
now supporting unicode in msgid’s as well
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file djinn_i18n-1.0.8.tar.gz
.
File metadata
- Download URL: djinn_i18n-1.0.8.tar.gz
- Upload date:
- Size: 18.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db46d2909ab6c5d80eaa785c47a28eaf82e9f99dc52a285260f377165da5f9cd |
|
MD5 | 5da820ec64bd0176cef095a926a788fa |
|
BLAKE2b-256 | 928eb79c3ec86f68a30fc9396b7cbcfd6a9c86bbd24c7fd4dee452046bd745b3 |