Closed
Bug 343883
Opened 19 years ago
Closed 19 years ago
Misleading localization note in browser.dtd
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 2 beta2
People
(Reporter: marcoos, Assigned: marcoos)
References
()
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
769 bytes,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
browser.dtd contains this misleading L10n note:
<!-- LOCALIZATION NOTE : FILE Do not translate accesskey and commandkey -->
This is wrong. Translating accesskeys is an important part of localization.
For example, if we had left "F" as accesskey to the file menu (which is "Plik" in Polish), we would have ended up with this menu visible as "Plik (F)".
None of the existing l10ns obey this localization note, but it is misleading to newcomers. This .l10n post is an example: http://tinyurl.com/oefme
So, the correct L10n note should be just:
<!-- LOCALIZATION NOTE : FILE Do not translate commandkeys -->
Patch for 1.8 and trunk follows.
Assignee | ||
Comment 1•19 years ago
|
||
Assignee | ||
Updated•19 years ago
|
Attachment #228440 -
Flags: review?(l10n)
Attachment #228440 -
Flags: approval1.8.1?
Comment 2•19 years ago
|
||
Comment on attachment 228440 [details] [diff] [review]
Change the note as described above
Let's pick a browser peer for review.
Attachment #228440 -
Flags: review?(l10n) → review?(bugs)
Comment 3•19 years ago
|
||
Comment on attachment 228440 [details] [diff] [review]
Change the note as described above
r+a=mconnor on behalf of drivers for this trival change
Attachment #228440 -
Flags: review?(bugs)
Attachment #228440 -
Flags: review+
Attachment #228440 -
Flags: approval1.8.1?
Attachment #228440 -
Flags: approval1.8.1+
Updated•19 years ago
|
Whiteboard: [needs-checkin]
Updated•19 years ago
|
Assignee: nobody → marek.stepien
Comment 4•19 years ago
|
||
mozilla/browser/locales/en-US/chrome/browser/browser.dtd 1.25.2.22
mozilla/browser/locales/en-US/chrome/browser/browser.dtd 1.51
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [needs-checkin]
Target Milestone: --- → Firefox 2 beta2
Version: unspecified → 2.0 Branch
Comment 6•19 years ago
|
||
Localization note "Do not translate commandkeys" is too restrictive and prevents localization all command keys including those are reasonable to localize. I think would be better more democratic comment e. g. "Some command keys may be not translated"
You need to log in
before you can comment on or make changes to this bug.
Description
•