Django management command for extracting and compiling internationalization/localization string resources used in the Require.js i18n plugin.
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 can be found on readthedocs.io.