Closed
Bug 470209
Opened 17 years ago
Closed 17 years ago
intl.charsetmenu.browser.unicode should not be included in localizable file
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: emk, Assigned: emk)
Details
Attachments
(1 file)
7.93 KB,
patch
|
smontagu
:
review+
dbaron
:
superreview+
|
Details | Diff | Splinter Review |
Quote from intl.properties:
> # Localization Note: Never change the following entry.
> intl.charsetmenu.browser.unicode=UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, UTF-32BE
If it is not localizable, it should not be here in the first place.
This makes it harder to fix the bug such as bug 335531 or bug 441876.
Comment 1•17 years ago
|
||
Yes. I think for non-unicode encodings, it makes limited sense to have those localizable, but not really for the unicode section.
Assignee | ||
Comment 2•17 years ago
|
||
Updated•17 years ago
|
Attachment #353671 -
Flags: review?(smontagu) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #353671 -
Flags: superreview?(dbaron)
Comment on attachment 353671 [details] [diff] [review]
Make intl.charsetmenu.browser.unicode non-localizable
[Checkin: Comment 6]
sr=dbaron
Attachment #353671 -
Flags: superreview?(dbaron) → superreview+
Assignee | ||
Comment 4•17 years ago
|
||
Axel, would you announce removing the lines from intl.proeprties after pushed to trunk?
Keywords: checkin-needed
Comment 5•17 years ago
|
||
An announcement is only necessary for strings that changed without their keyname changing. Removing strings is going to trigger notifications by the build system.
Comment 6•17 years ago
|
||
Comment on attachment 353671 [details] [diff] [review]
Make intl.charsetmenu.browser.unicode non-localizable
[Checkin: Comment 6]
http://hg.mozilla.org/mozilla-central/rev/193f1e225319
Attachment #353671 -
Attachment description: Make intl.charsetmenu.browser.unicode non-localizable → Make intl.charsetmenu.browser.unicode non-localizable
[Checkin: Comment 6]
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•