Closed (duplicate)
Project:
Drupal core
Version:
6.15
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2009 at 14:54 UTC
Updated:
29 Jan 2010 at 02:25 UTC
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
Comment #1
ibis commentedSubscribe,
and Image_Fupload module drop "str.replace is not a function" bug in Drupal.js when you upload only one image with image module.
Comment #2
heine commentedThis 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?
Comment #3
ibis commentedThanks 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.