1👍
Ran into this issue while setting up BookWyrm and indeed as Sayse suggested in the comments, running makemessages
solved the issue for me.
Going by the django-admin documentation: django-admin makemessages
should work if the LANGUAGE_CODE
is specified in your settings file or you can specify the locale via the --locale
or -l
option.
Source:stackexchange.com