IETF BCP 47 / RFC 5646 language tags in Django
Project description
jangle
IETF BCP 47 / RFC 5646 language tags in Django
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
- ISO 15924 scripts from unicode.org
- ISO 639-1, 639-2/b, 639-2/t and 639-5 codes and names from the Library of Congress
- ISO 639-3 code set, names and macrolanguages from SIL International
- ISO 3166-1 and UN M.49 regions - currently a WIP
- Full IANA subtag registry saved across various tables, including grandfathered and redundant tags. Linked with other standards and used to construct and verify language tags
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_jangle-0.3a0.tar.gz.
File metadata
- Download URL: django_jangle-0.3a0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2db0e5568f81fe42190df5686cec7a10c04208d4df0e349dcceae4f3fb316451
|
|
| MD5 |
6bb8650b739c998128762d2983622fff
|
|
| BLAKE2b-256 |
fc3afa9c089875b8dc65c20c6b2b1edad2ebdb58647bb52eb1bcf200ef405ca2
|
File details
Details for the file django_jangle-0.3a0-py3-none-any.whl.
File metadata
- Download URL: django_jangle-0.3a0-py3-none-any.whl
- Upload date:
- Size: 27.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
457c482612bb9895d89486bf8e74cb67d53d5e7c4bf6730b15f2458225b13852
|
|
| MD5 |
61c7b615beb5dd871653479b347f9261
|
|
| BLAKE2b-256 |
a86da07ab2ec3163b4bea20d9035d0f81f68bb3d50e2510d4dfd03022f8628f9
|