I’m getting a rather generic CommandError when trying to generate the JavaScript translation catalog.
This is weird, because the same command used to work great and the docs have not changed.
I’ve tried
- python manage.py makemessages -d djangojs
- python manage.py makemessages -d django
- python manage.py makemessages --domain djangojs
- python manage.py makemessages --domain django
Can anyone replicate that? Is it possible I messed up the domains by accident?