Locale module only includes translation for strings entered as Drupal.formatPlural arguments. In case if there are multiple plural forms (defined via pluarl rule), function would not include translations for additional variations.

Comments

ibis’s picture

Version: 6.12 » 6.15

Subscribe,
and Image_Fupload module drop "str.replace is not a function" bug in Drupal.js when you upload only one image with image module.

heine’s picture

Status: Active » Closed (duplicate)

This is a likely duplicate of #306715: _locale_rebuild_js doesn't store plural forms correctly. Could you test the attached patch for your issue on D6?

ibis’s picture

Thanks Heine, tested on D6.15 and works fine. The plural forms are on correct format in database yet after i merged the locale.inc with your patch and po files are reinported.