Closed
Bug 65767
Opened 24 years ago
Closed 24 years ago
file selection dialog box in composer is not localized
Categories
(Core :: Internationalization: Localization, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: shanjian, Assigned: shanjian)
References
Details
file selection dialog box in composer is not localized
Steps to reproduce the problem:
On HPUX, start mozilla using ja-JP lang_pack, then start composer, type something ikn composer and then
save (or save as), dismiss title prompt by type something in.
Assignee | ||
Comment 2•24 years ago
|
||
tao, can you offer some comment here? It seems we are using GTK's file selection
widget here, and on Linux we do not have this problem. What do you think the problem
might be? How does GTK widget localization works in general?
Looks like a duplicate of http://bugzilla.mozilla.org/show_bug.cgi?id=46684
Comment 4•24 years ago
|
||
Definate dupe marking as such.
*** This bug has been marked as a duplicate of 46684 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 5•24 years ago
|
||
Shanjian, I looked at the bug 46684 in 200101904 Mtrunk Win32 and Linux build.
I put the Japanese characters in the filepicker.properties file of en-US.jar file, then
converted to unicode. Japanese file type names are displayed correctly.
Assignee | ||
Comment 6•24 years ago
|
||
I am talking about HPUX. The problem is not found on linux and windows.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 7•24 years ago
|
||
This bug is not a duplicate of 46684. In 46684, only file type is affected.
But on HPUX, everything in the dialog box is affected.
Updated•24 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•24 years ago
|
||
shanjian, I think people are confused about your report. Could you please attach
a screen shot here.
DId you install the Japnese GTK locale in you HPUX ?
Assignee | ||
Comment 9•24 years ago
|
||
What do you mean GTK Japanese locale? Is it a special package?
Assignee | ||
Comment 10•24 years ago
|
||
gtk widget are localized using *.po and *.gmo files. Those file should be
found under <GTK installation directory>/lib/.... However, they are missing
from my installation. Need to find out when they got lost.
Status: NEW → ASSIGNED
Assignee | ||
Comment 11•24 years ago
|
||
The binary available on HPUX is not I18n/L10n ready. I downloaded GTK source
code and gettext source code, and tried to rebuild a version that can work
with localization messages.
Comment 12•24 years ago
|
||
Changed QA contact to shanjian@netscape.com since IQA cannot verify this HP
problem.
QA Contact: teruko → shanjian
Assignee | ||
Comment 13•24 years ago
|
||
This problem is from GTK library. Ximian's new GTK1.2.8 will resolve the problem.
I am still waiting for their final binary drop.
Assignee | ||
Comment 14•24 years ago
|
||
Ximian's latest GTK drop resolved the problem. In 601 RTM for HP,
this will be resolved by using Ximian's GTK. In 6.5 and later,
this problem does not exist because those widgets are implemented
through Xul now.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•