I just tried to import the 6.x translation and got the following warning:

The translation file nl.po contains an error: the plural formula could not be parsed.

Comments

bobject’s picture

same here.

I'm following the screencast http://www.masteringdrupal.com/screencast/new-i18n-l10n-features-drupal-6 with dutch instead of hungarian.

I just installed I10n_client and potx (and CCK/Views) and got this error.

edward.peters’s picture

Same for me. Any ideas yet what to do about this?

mediamash’s picture

got this error too

after opening it with poedit and uploading the file manually it says 'The translation was successfully imported. There are 101 newly created translated strings, 0 strings were updated and 0 strings were removed.'

sutharsan’s picture

Status: Active » Fixed

The plural formula is missing.
I'vec added "Plural-Forms: nplurals=2; plural=(n != 1);\n" to all po-files. This should fix the problem.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.