Closed
Bug 427801
Opened 17 years ago
Closed 17 years ago
[lv] engineManager.style should not be translated
Categories
(Mozilla Localizations :: lv / Latvian, defect)
Mozilla Localizations
lv / Latvian
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcoos, Unassigned)
References
Details
In your locale, this entity in browser/chrome/browser/engineManager.dtd:
<!ENTITY engineManager.style "min-width: 35em;">
is translated into your local language. This is not what you
should do here. This is CSS style code telling how wide
that window should be - so you should only change the number
'35' do not translate the words 'min-height'.
For example, this is OK (if you want the window to be at least 36em wide):
<!ENTITY engineManager.style "min-width: 36em;">
and this is WRONG:
<!ENTITY engineManager.style "[your local word for 'minimum width']: 35em;">
Reporter | ||
Updated•17 years ago
|
Blocks: fx3-l10n-lv
Comment 1•17 years ago
|
||
Fixed this bug by changing the wrong line to <!ENTITY engineManager.style "min-width: 35em;">
I cannot find a way to close this bug at the moment, so I assume someone else must do that.
Comment 2•17 years ago
|
||
Changed your priviledges so that you can do that in the future, please use them wisely.
Looking at your check-in, marking this bug FIXED.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•