Closed
Bug 40877
Opened 25 years ago
Closed 24 years ago
"secs" not localized in navigator.js
Categories
(Core :: Internationalization: Localization, defect, P3)
Core
Internationalization: Localization
Tracking
()
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: bugs)
Details
(Keywords: polish, Whiteboard: [nsbeta2-] [nsbeta3+])
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
In status bar it says: Document: Done (0.320 secs). The word "secs" should be
localised:
Change in navigator.js line 287:
From:
var msg = bundle.GetStringFromName("nv_done") + " (" + elapsed + " secs)";
To:
var msg = bundle.GetStringFromName("nv_done") + " (" + elapsed + " " +
bundle.GetStringFromName("nv_secs")+ ")";
And add the line:
nv_secs=secs
to navigator.properties
Updated•25 years ago
|
QA Contact: sairuh → teruko
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
yes, this is pretty important. dont know how it was overlooked. sending to
localization for checkin
Reassigned to Ben.
Ben, can you fix it? It won't take long.
nav triage team: [b3nav+]
nsbeta3, polish
Comment 6•24 years ago
|
||
nav triage team: [b3nav+] now = [nsbeta3+]
Whiteboard: [nsbeta2-] [b3nav+] → [nsbeta2-] [nsbeta3+]
Assignee | ||
Updated•24 years ago
|
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•24 years ago
|
||
fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•