79608359

Date: 2025-05-06 09:16:43
Score: 0.5
Natty:
Report link

The problem is that for some reason that I still need to investigate, the default .po file under env/lib/python3.9/site-packages/django/conf/locale/it/LC_MESSAGES was "corrupted" with all the entries for the day names like this:

#~ msgid "Friday"
#~ msgstr "Venerdì"

Fixing the .po by reinstalling django fixed the issue:

pip uninstall django
pip install django
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sifro