[Django]-Django-admin.py makemessages does not create .po files

11👍

✅

That command is used to reexamine all the source but to create the po files you must specify the language with

django-admin.py makemessages -l de

Being de the language Deutsche

Leave a comment