Closed
Bug 91984
Opened 24 years ago
Closed 24 years ago
default search engine name should be in the US.jar instead of en-US.jar
Categories
(Core :: Internationalization, defect, P2)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: yinglinxia, Assigned: dbragg)
Details
(Keywords: l12y, Whiteboard: ETA: 12/13/01)
Attachments
(3 files)
|
5.19 KB,
patch
|
tao
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
|
550 bytes,
patch
|
Details | Diff | Splinter Review | |
|
2.42 KB,
patch
|
Details | Diff | Splinter Review |
In the navigator.properties, line 34, there is a definition for the default
search engine.
browser.search.defaultenginename=Netscape Search
This entity should not in the language pack.
We are having a problem with Japanese localization. In the Netscape Japanese
search engine sherlock file, the name is Netscape Search Japan. With different
names in the navigator.properties and the sherlock file, the sidebar search
panel won't displayed properly.
See bugscape 7842 for screenshots.
Do you have any bug for this issue already? Sorry for duplicate if there was.
It seems to me that the inconsistency causes this bug instead of the location of
the default search engine setting. Is moving this prefs value the only solution
to this problem? Why not just leave the prefs there and make sure the names are
consistent every where?
| Reporter | ||
Comment 2•24 years ago
|
||
I think this entity should be in the region pack instead of the language pack.
change summary to reflect the destination file names.
Summary: default search engine name should not in the language pack → default search engine name should be in the US.jar instead of en-US.jar
Comment 5•24 years ago
|
||
Changing to NEW based on confirmation. Changed component to Internationalization
since it affects language packs.
Assignee: matt → yokoyama
Status: UNCONFIRMED → NEW
Component: Sidebar → Internationalization
Ever confirmed: true
QA Contact: sujay → andreasb
Comment 6•24 years ago
|
||
I am not sure who should own this bug.
Trying Tao and cc'ing ftang and myself.
Assignee: yokoyama → tao
Updated•24 years ago
|
QA Contact: andreasb → ruixu
Comment 7•24 years ago
|
||
yxia to check this out.
| Reporter | ||
Comment 8•24 years ago
|
||
This string is still in the language pack. The issue is still open:
For l10n, when we change a default search engine in the region pack (US.jar),
we have to change the default search engine name in the language pack
(en-US.jar).
This causes:
1) When user installed a region pack, and use that region to create a new
profile, the default search engine can not be the one in region pack.
2) Makes l10n process un-easy.
| Reporter | ||
Comment 10•24 years ago
|
||
We can move the default search engine into region pack with the following patch.
Can we?
| Reporter | ||
Comment 11•24 years ago
|
||
Comment 12•24 years ago
|
||
Comment on attachment 62286 [details] [diff] [review]
patch to move the engine entity into region pack
looks right; pls test all UI components to make sure you do not break anything
Attachment #62286 -
Flags: review+
| Reporter | ||
Comment 13•24 years ago
|
||
Did more test, looks fine to me.
Comment 14•24 years ago
|
||
Update QA to jimmyu@netscape.com
QA Contact: ruixu → jimmyu
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Comment 15•24 years ago
|
||
Comment on attachment 62286 [details] [diff] [review]
patch to move the engine entity into region pack
looks good
Comment 16•24 years ago
|
||
Comment on attachment 62286 [details] [diff] [review]
patch to move the engine entity into region pack
man, that's a lot of context? what is that diff -u10? :)
Attachment #62286 -
Flags: superreview+
| Assignee | ||
Comment 17•24 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 18•24 years ago
|
||
Typo in checkin causes search to fail from URL bar. See bug 124906.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 19•24 years ago
|
||
*** Bug 124906 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 20•24 years ago
|
||
Checked in. r=sgehani
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 21•24 years ago
|
||
the duplicate - bug 124906 is still showing up in the smoketest results. It is
either not a duplicate or this bug is not entirely fixed.
| Assignee | ||
Comment 22•24 years ago
|
||
I didn't know there was an NS part of this bug. Fix was the same as the mozilla
bits except for the all.js file. Fix checked in.
| Assignee | ||
Comment 23•24 years ago
|
||
| Assignee | ||
Comment 24•24 years ago
|
||
| Assignee | ||
Comment 25•24 years ago
|
||
Sorry, the patch descriptions should be reversed. 69587 is the addition of
browser.search.defaultenginename to region.properties and 69589 is the removal
of it from navigator.properties.
You need to log in
before you can comment on or make changes to this bug.
Description
•