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

abaddon’s picture

hi

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!

claudiu.cristea’s picture

This was fixed in commit #193190.

Thanks for reporting...

claudiu.cristea’s picture

Status: Active » Closed (fixed)