If the automatically generated django.po file contains the following line in the header
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"manage.py runningerver" boosts
gettext.py", line 93, in c2py raise ValueError, 'plural forms expression could be dangerous' ValueError: plural forms expression could be dangerous
If I delete the line, everything works. What does the title mean? Why is this generated (e.g. haystack application localization)? What does the error message mean?
source share