Does not support plurals
Bug #246948 reported by
Gediminas Paulauskas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
potest |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Crashes on plurals with
Traceback (most recent call last):
File "/home/
main()
File "/home/
createLangu
File "/home/
l = eval(l)
File "<string>", line 1
_plural "{0} songs"
SyntaxError: invalid syntax
To post a comment you must log in.
Hi,
potest doesn't support plural forms, at least at this time. I've been looking through the gettext documentation, but I can't find any mentionning of the format (_plural "{0} songs") you use below. Where is that documented?
Thanks, Frank