Closed (duplicate)
Project:
Web File Manager
Version:
6.x-2.11
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 07:47 UTC
Updated:
20 May 2010 at 16:44 UTC
After having installed and then shortly afterwards uninstalled the webfm module, I've discovered that it's created an empty locale string.
i.e.
mysql> SELECT * FROM locales_source WHERE source = '';
+------+----------------------------------------------------+-----------+--------+---------+
| lid | location | textgroup | source | version |
+------+----------------------------------------------------+-----------+--------+---------+
| 1431 | /mysite/?q=fr; sites/all/modules/webfm/js/webfm.js | default | | 6.14 |
After being exported to a .po file and then imported again, this seems to confuse the locale import routine, which thinks it's a header.
I'm not really sure if this is a bug in locale or in webfm; I've also filed #655048: Plural formula information blanked when importing a poorly-formed .po file.
Comments
Comment #1
nhck commented#655048: Plural formula information blanked when importing a poorly-formed .po file - is the correct issue I believe.