Skip to main content

Localize Django applications without compiling .po files

Project description

Description

  • Localize Django applications without installing gettext, pybabel or compiling .po files.

  • Automatically reload translations when any .po file is modified.

  • Extract messages from templates and python files automatically or using a management command.

Build Status Coverage Latest Release Supported Python Versions License

Requirements

  • python 2.7 or >= 3.2

  • django >= 1.6

Installation

$ pip install po-localization

Setup

  • Add 'po_localization' to your INSTALLED_CLASSES.

  • Add 'po_localization.middleware.PoLocalizationMiddleware' to your MIDDLEWARE_CLASSES.

Settings

AUTO_RELOAD_TRANSLATIONS = settings.DEBUG
Whether translation files should be checked for modifications and reloaded before each request.
AUTO_UPDATE_TRANSLATIONS = False
Whether translation files should be automatically created or updated when templates or python files changes.
UPDATE_TRANSLATIONS_PACKAGES = ()
List of packages to update using the management command or when auto-update is enabled.
A ‘locale’ folder containing all translation files will be created or updated in each of those packages.
This ‘locale’ folder should be added to LOCALE_PATHS if the package is not a Django app.
UPDATE_TRANSLATIONS_EXCLUDED_LOCALES = ()
List of locales to exclude from update.
All locales from languages in LANGUAGES which are not in this exclusion list will be updated.
UPDATE_TRANSLATIONS_WITH_LOCATIONS = True
Whether translation files should include the locations of the extracted messages.
UPDATE_TRANSLATIONS_PRUNE_OBSOLETES = False
Whether obsolete translations should be pruned from translation files.
Empty translations will always be pruned.
Even if not pruned, obsolete translations will be marked as such with a comment.

Management Commands

update_translations

Extract messages from templates and python files and create or update translation files.

Issues

If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/kmichel/po-localization/issues .

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

po_localization-0.5.4.tar.gz (21.3 kB view details)

Uploaded Source

File details

Details for the file po_localization-0.5.4.tar.gz.

File metadata

File hashes

Hashes for po_localization-0.5.4.tar.gz
Algorithm Hash digest
SHA256 9636df2fbc237f315a380628f6c4a91de2c9fe6eed850e60c80b4c6ceb7949e7
MD5 aa10324572d54e16687fff6edda62af0
BLAKE2b-256 2262e6d721ae26e5ef8ecbbfa0b04379ec2fc12a0a0dc2c1012b00f897ac4ce9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page