celery / django-celery-results

Celery result back end with django
Other
684 stars 203 forks source link

Multiple languages are not effective #435

Open ETOCheney opened 3 months ago

ETOCheney commented 3 months ago

django-celery-results installed through pip does not have django.mo file.

image
Davidcparrar commented 1 month ago

As far as I know the django.mo file is generated by the

python manage.py compilemessages

So you should run that in your project to get the available translations.