django-require-i18n

Django management command for extracting and compiling localization strings used in the require.js i18n plugin.


Keywords
django, requirejs, i18n, plugin, require, js
License
MIT
Install
pip install django-require-i18n==1.3.0

Documentation

django-require-i18n

Django management command for extracting and compiling internationalization/localization string resources used in the Require.js i18n plugin.

https://travis-ci.org/collab-project/django-require-i18n.svg?branch=master

Installation

Use pip to install the download and install the package from PyPi:

pip install django-require-i18n

Or checkout the source code from Github:

git clone https://github.com/collab-project/django-require-i18n.git
cd django-require-i18n
pip install -e .

If you're using Djang0 1.9 or newer, use this fork of the tower dependency:

pip install -e git+https://github.com/thijstriemstra/tower.git#egg=tower

Documentation

Documentation can be found on readthedocs.io.