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 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

Usage

After installation a new Django management command is available called compile_js. Use the --help option to learn more:

./manage.py compile_js --help