django-jangle

IETF BCP 47 / RFC 5646 language tags in Django


Keywords
django, iso, 639, language, tags, rfc, 5646, rfc5646, iso-639, language-tags, python, rfc-5646
License
MIT
Install
pip install django-jangle==0.3a0

Documentation

jangle

IETF BCP 47 / RFC 5646 language tags in Django


PyPI Version License Python Versions Read the Docs Code style: black

Use in your project!

Install jangle from PyPI:

pip install django-jangle

...or the latest version from GitHub:

pip install git+https://github.com/egginabucket/jangle.git

Add jangle to your project's installed apps:

# settings.py

INSTALLED_APPS = [
    ...
    "jangle",
]

Migrate database:

python manage.py migrate

Save jangle data to the project's database:

python manage.py loadjangledata

Documentation

Documentation is available at jangle.readthedocs.io. Currently a work in progress.

Some data provided