Closed (cannot reproduce)
Project:
Drupal core
Version:
5.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2007 at 13:17 UTC
Updated:
16 Jun 2011 at 11:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
gerhard killesreiter commentedcan you make a sample PO file available? Attach it to the issue.
Comment #2
maynich commentedsee attached file
Comment #3
gábor hojtsyHm, as far as I see, _locale_export_remove_plural() should remove that too. Could you please try editing line 1187 to say $i > 0 instead of $i > 1? That is the line before _locale_export_remove_plural() gets called. There is probably some indenxing problem there. Thanks!
Comment #4
gábor hojtsyhttp://api.drupal.org/api/drupal/includes--locale.inc/function/_locale_e... just removes the plural number at all times now.