Django does not translate
jaccoslok
HOBBY
2 months ago
My Django application does not translate the captions. All templates contain i18n and with pre deploy command I compile the captions (python manage.py compilemessages) but the Dutch translations do not appear.
In the setting.py file the default language = nl and my preferred language in the browser is als nl
2 Replies
Railway
BOT
2 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
jaccoslok
HOBBY
2 months ago
I could solve this by moving my compile messages command from the pre-deploy command to the build command
Status changed to Solved jaccoslok • 2 months ago