Closed (fixed)
Project:
Date
Version:
6.x-2.2
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 May 2009 at 19:12 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Herman Hiddema commentedEach of those .nl.po files contains the following line:
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
Which should be:
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
(Compare other translations).
Comment #2
karens commentedFix committed. Thanks.
Comment #4
seutje commentedit was probably my PO editor that screwed it up.
I grabbed the DRUPAL-6--2 and noticed it was set to (n>1) so I changed it to (n != 1) so plurals apply for 0 (zero) values aswell
once again, sorry my po editor screwed that up, and even more sorry I didn't notice till now :x
Comment #5
seutje commentedchanging status and title
Comment #6
karens commentedCommitted. Thanks!