#15634: Malformed Plural-Forms for HR locale
--------------------------+---------------------------
Reporter: bmihelac | Owner: nobody
Status: new | Milestone:
Component: Translations | Version: SVN
Keywords: | Triage Stage: Unreviewed
Has patch: 0 |
--------------------------+---------------------------
This is introduced in r15823
error is:
File "/usr/lib/python2.6/gettext.py", line 126, in c2py
return eval('lambda n: int(%s)' % plural)
File "<string>", line 1
lambda n: int(test(n%10==1 and n%100!=11 , 0 , test( n%10>=2 and
n%" "10<=4 and (n%100<10 or n%100>=20) , 1 , 2)))
^
SyntaxError: invalid syntax
--
Ticket URL: <http://code.djangoproject.com/ticket/15634>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.