Closed (fixed)
Project:
Romanian translation
Version:
6.x-1.1
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 22:27 UTC
Updated:
5 Apr 2009 at 20:02 UTC
I installed Romanian to play around with Drupals new multilingual features. I don't speak it myself, but I got the following warning and decided you might want to know.
The translation file modules-dblog.ro.po contains an error: the plural formula could not be parsed.
Comments
Comment #1
abaddon commentedhi
kindly look at this and push into CVS
html/modules/dblog/translations/modules-dblog.ro.po
line 21: "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
should be
html/modules/dblog/translations/modules-dblog.ro.po
line 21: "Plural-Forms: nplurals=2; plural=(n != 1);\n"
why? because the installer complains about it and it probably breaks something too, i really have no idea :-)
but
grep -rn Plural-Forms: html/
html/modules/statistics/translations/modules-statistics.ro.po:14:"Plural-Forms: nplurals=2; plural=(n != 1);\n"
html/modules/filter/translations/modules-filter.ro.po:14:"Plural-Forms: nplurals=2; plural=(n != 1);\n"
html/modules/path/translations/modules-path.ro.po:14:"Plural-Forms: nplurals=2; plural=(n != 1);\n"
html/modules/system/translations/includes.ro.po:14:"Plural-Forms: nplurals=2; plural=(n != 1);\n"
.............
all of the other .ro files have it like this and the one in dblog is probably just a .pot leftover string..
thanks for the translation!
Comment #2
claudiu.cristeaThis was fixed in commit #193190.
Thanks for reporting...
Comment #3
claudiu.cristea