Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.84 KB

README.rst

File metadata and controls

51 lines (36 loc) · 1.84 KB

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`_.