celery / django-celery-results

Celery result back end with django
Other
697 stars 206 forks source link

Multiple languages are not effective #435

Open ETOCheney opened 5 months ago

ETOCheney commented 5 months ago

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

image
Davidcparrar commented 3 months 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.