Closed
Bug 778741
Opened 13 years ago
Closed 8 years ago
part of addon options page displayed wrong locale
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: backy0175, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
Use Add-on Builder to develop a addon.
Submit a addon to AMO with 2 locale descriptions(English and Japanese, default locale is English).
Install addon into Firefox 14.0.1 Japanese version with additional language pack 'en-US'.
Change locale Japanese to English(en-US) by addon 'Locale Switcher 3'.
Actual results:
In Add-on Manager, open my addon options page.
Part of addon options page displayed wrong locale(Japanese).
Expected results:
Addon options page should displayed current locale description.
I tried to change languages Order (Tools menu -> Options -> Content Tab -> Languages -> Choose).
But no effects.
Comment 2•13 years ago
|
||
Could you provide the two add-ons you used in order to attempt to reproduce? (attach to this bug report)
Here you are.
https://addons.mozilla.org/ja/firefox/addon/language-pack-install-helpe/
https://addons.mozilla.org/ja/firefox/addon/locale-switcher/
and it seems to "addon options page" was cached at install.
(so, no update by locale change?)
Because, "addon options page" do not reflect "modification of addon description of AMO" after addon installed.
and no network access was captured when open "addon optoins page".
I tried clear file cache and restart firefox, but no effect to this symptoms.
Comment 4•13 years ago
|
||
Thanks.
Well, I'm seeing roughly the same issues as shown in the screenshot (apart from the date, which is displayed as expected in English): description and link to add-on page in Japanese with En-Us lang pack enabled.
Unless there's something wrong with your add-on, I don't know what to think of this.
Does this happen with other add-ons or locales?
Hi.
It happens all of my add-ons.
https://addons.mozilla.org/firefox/user/6110569/
All of my add-ons was developed by Add-on Builder.
and I tried other locale(Italian) then same symptoms was happened.
(In reply to backy0175 from comment #3)
> and it seems to "addon options page" was cached at install.
> (so, no update by locale change?)
I digged around "toolkit\mozapps\extensions".
I found a code "AddonRepository.jsm: const FILE_DATABASE = "addons.sqlite";"
Then, I opened "addons.sqlite" by using "SQLite Manager".
There is Japanese descriptions stored into it.
I believe this is a reason why addon options page displayed wrong locale.
(In reply to Virgil Dicu [:virgil] [QA] from comment #4)
> apart from the date, which is displayed as expected in English
I believe this is a other bug.
Bug 788910 - Date.toLocaleString() do not handle locale properly.
https://bugzilla.mozilla.org/show_bug.cgi?id=788910
Comment 8•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•