Closed
Bug 389293
Opened 18 years ago
Closed 18 years ago
Few bugs, found in Ukrainian locale with Locale Inspector
Categories
(Mozilla Localizations :: uk / Ukrainian, defect)
Mozilla Localizations
uk / Ukrainian
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: unghost, Assigned: tim.babych)
References
Details
Attachments
(2 files)
No description provided.
Reporter | ||
Comment 1•18 years ago
|
||
Assignee | ||
Comment 2•18 years ago
|
||
Thanks. according to http://wiki.mozilla.org/Firefox2/L10n_Requirements#addons.mozilla.org_.28AMO.29, the right way to refer to AMO is through %LOCALE%, that will be fixed.
But is it really a mistake to mention &brandShortName; a bit more often than it was in the original?
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•18 years ago
|
||
(In reply to comment #2)
> But is it really a mistake to mention &brandShortName; a bit more often
> than it was in the original?
Yes, that's mistake.
[01:12:34] <Unghost> Pike: Do you know is it OK to use &brandShortName; in dom/chrome/netError.dtd ?
[01:13:22] I remember some bugs about it, it breaked Camino or some non-browser apps...
[01:14:04] <Pike> yeah, camino will break, you shouldn't do that
Comment 4•18 years ago
|
||
Yes, in dom, using brandShortName is a bug. You can in http://lxr.mozilla.org/l10n/source/uk/browser/chrome/overrides/netError.dtd due to the
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
magic on top. Which you mustn't use in dom, please, as embedding apps aren't required to have chrome://branding/locale/brand.dtd.
Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #2)
> Thanks. according to
> http://wiki.mozilla.org/Firefox2/L10n_Requirements#addons.mozilla.org_.28AMO.29,
> the right way to refer to AMO is through %LOCALE%, that will be fixed.
BTW, you'd better change "http" to "https" for extensions.getMoreExtensionsURL and extensions.getMoreThemesURL in chrome\mozapps\extensions\extensions.properties
See Bug 384897 for explanation.
Comment 6•18 years ago
|
||
We should block branching on these bugs, too. Thanks to Alexander for catching those.
Blocks: land-uk
Reporter | ||
Comment 7•18 years ago
|
||
http://uk.add-ons.mozilla.com/uk/firefox/bookmarks/ in /uk/browser/profile/bookmarks.html also should use "https" instead "http".
See patch in Bug 384897
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•