Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2007 at 10:39 UTC
Updated:
16 Jun 2011 at 11:40 UTC
I've got the following error message:
The translation file contains an error: the plural formula could not be parsed.
Ok, but which file contains that bad formula? :)
Comments
Comment #1
gábor hojtsyThis is an issue of locale.module, since locale.module generates this error message. Autolocale has nothing to do with this.
Comment #2
gábor hojtsyCould you test with the latest Drupal 5.x tarball? By looking at the 6.x codebase, I don't see where there could be a problem, because $file is passed down to _locale_import_message() so the file name is included in the error message.
Comment #3
aries commentedSadly, the error is still exists. For the future, that would be nice if the import can report the problematic string in the error message.
Comment #4
gábor hojtsyThis was fixed for Drupal 7 at #522176: fix for unhelpful error message and being reviewed for Drupal 6. Drupal 5 is unsupported so will not get this fix. Closing as duplicate.