Currently, I am attempting to create the JS catalog in order to translate my JavaScript strings.
Following the documentation, I am doing the following:
$ django-admin.py makemessages -d djangojs -l de
processing locale de
CommandError: errors happened while running msguniq
msguniq: error while opening "[project_root]/locale/djangojs.pot" for reading: No such file or directory
$ man msguniq
$ django-admin.py makemessages -d django -l de
processing locale de
$
Despite my efforts, makemessages is successful for the django domain but encounters issues with the djangojs domain.