Closed
Bug 634326
Opened 14 years ago
Closed 13 years ago
[bn-IN] do not translate css in blocklist.dtd for Bengali (India)
Categories
(Mozilla Localizations :: bn-IN / Bengali (India), defect)
Mozilla Localizations
bn-IN / Bengali (India)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Unassigned)
Details
In http://hg.mozilla.org/l10n-central/bn-IN/file/default/toolkit/chrome/mozapps/extensions/blocklist.dtd, the blocklist.style entity should be a valid style attribute value like "width: 45em; height: 30em" and not a translation thereof or so.
You can test the actual dialog by opening the error console and paste in
var ww =
Components.classes["@mozilla.org/embedcomp/window-watcher;1"].getService(Components.interfaces.nsIWindowWatcher);
ww.openWindow(null, "chrome://mozapps/content/extensions/blocklist.xul", "",
"chrome,centerscreen,dialog,modal,titlebar", {});
The bookmarklet on https://wiki.mozilla.org/L10n:Dialog_sizes might help to find a good size.
Comment 1•14 years ago
|
||
Corrected and committed:
http://hg.mozilla.org/l10n-central/bn-IN/pushloghtml?changeset=2285baef9863
Thanks.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•