Forums

OSError: No translation files found for default language en-us

Hi there,

I keep running into this error: OSError: No translation files found for default language en-us How can I resolve this?

Whatever translation library you're using should have documentation on how to create and provide the necessary translation files.

Just wondering, could this error be being caused because I am using python 3.9 in my venv and not 3.8 as you do not support it?

Possibly, but it's much more likely that it's the Django version that you're using. We do support Python 3.8 in the system images where we support 3.9

What version of Django should I use on your servers? Thank you

Use the one that your code was written for.