To enable internationalization for your project:
- ✅ Add a
locale
key to (one of your) configuration file(s) - ✅ Mark strings for translation in your site (using
{% trans %}
) - Run
django-admin.py makemessages --all --keep-pot
for all language (otherwise-l en
) or (unsupported)cactus messages:make
in the project root - Edit the .po file that was created with translations.