Opened 14 years ago

Last modified 13 years ago

#15634 closed

Malformed Plural-Forms for HR locale — at Initial Version

Reported by: bmihelac Owned by: nobody
Component: Translations Version: dev
Severity: Keywords: blocker
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top