Closed
Bug 18364
Opened 26 years ago
Closed 26 years ago
[I18n] use string bundles for #defined strings in mozilla/mailnews/base
Categories
(MailNews Core :: Backend, defect, P2)
MailNews Core
Backend
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: sspitzer, Assigned: alecf)
References
Details
(Whiteboard: [nsbeta2+] fix in hand)
I'll do this after I move the migration code out of that file.
cc'ing bienvenu, the string bundle master.
| Reporter | ||
Comment 1•26 years ago
|
||
marking m13, accepting.
| Reporter | ||
Updated•26 years ago
|
Target Milestone: M13 → M14
| Reporter | ||
Comment 2•26 years ago
|
||
i18n issues move to m14.
| Reporter | ||
Updated•26 years ago
|
Priority: P3 → P2
| Reporter | ||
Comment 3•26 years ago
|
||
marking p2
| Reporter | ||
Comment 5•26 years ago
|
||
this covers hard coded string in nsMsgAccountManager, nsMsgProtocol, and more.
Summary: [I18n] use string bundles for #defined strings in nsMsgAccountManager.cpp → [I18n] use string bundles for #defined strings in mozilla/mailnews/base
bulk move to M16. Not an M15 stopper. If you disagree, pls comment in bug and
cc: selmer@netscape.com
Target Milestone: M15 → M16
| Reporter | ||
Comment 7•26 years ago
|
||
adding bobj. these i18n bugs affect bob and his team.
| Reporter | ||
Comment 11•26 years ago
|
||
adding tobias to the cc list. he's going to look into fixing this.
| Reporter | ||
Comment 12•26 years ago
|
||
yes, this will require a new string bundle, as "Local Folders" (for the UI, see
nsMessengerMigrator.cpp) under mozilla/mailnews/base
there will probably be other hard coded ui string that need to be moved into
that string bundle.
Comment 13•26 years ago
|
||
Mass moving M16 to M17 - look for nsbeta2 before anything else.
Target Milestone: M16 → M17
| Assignee | ||
Comment 14•26 years ago
|
||
the string bundle service caches string bundles for us now, so we shouldn't have
to.
| Reporter | ||
Comment 16•26 years ago
|
||
giving my i18n bugs to alecf.
thanks alec.
Assignee: sspitzer → alecf
Status: ASSIGNED → NEW
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 17•26 years ago
|
||
fix in hand, waiting for tree to open
Whiteboard: [nsbeta2+] → [nsbeta2+] fix in hand
| Assignee | ||
Comment 18•26 years ago
|
||
fix is in
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 20•26 years ago
|
||
OK. I'll ad this to my list.
Comment 21•26 years ago
|
||
** Checked with 8/2/2000 Win32 M17 build **
So basically this is the backend which enabled Bug 33852
to be fixed. A definition string is now available for "Local
Folders" and when it is translated, we can see the translation
rather than the original.
In thi sense, it is fixed.
But what about Inbox, Sent, Draft, etc. defalt folders?
I still see them in English even when they are translated.
Marking the fix verified for "Local Folders" but still
puzzled about default folder names.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•