This project is a tutorial on how to do internationalization (i18n) with Django projects.
It contains Django examples for:
- Translations in python code
- Translations in Django templates
- Translations in Javascript
For more details check out the full article: Django i18n tutorial
- Python 3+
- Django
- Gettext
git clone
cd django_i18n_example
python manage.py migrate
python manage.py runserver
- Open http://localhost:8000 in a browser