Closed
Bug 1360260
Opened 8 years ago
Closed 5 years ago
aboutAddons.properties hardcodes Firefox
Categories
(Firefox for Android Graveyard :: Add-on Manager, enhancement, P5)
Firefox for Android Graveyard
Add-on Manager
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mkaply, Assigned: abenson, NeedInfo)
Details
(Keywords: good-first-bug, Whiteboard: triaged)
Attachments
(1 file)
59 bytes,
text/x-review-board-request
|
Details |
The phrase "Browser all Firefox Add-ons" is hardcoded in aboutAddons.properties:
http://searchfox.org/mozilla-central/source/mobile/android/locales/en-US/chrome/aboutAddons.properties
addons.browseAll=Browse all Firefox Add-ons
This should be using the brand substitutions (brand.properties or brand.dtd).
Or it should just say "Browser all Add-ons"
Updated•8 years ago
|
status-firefox57:
affected → ---
Updated•8 years ago
|
Comment hidden (mozreview-request) |
Not sure who can review this.
I chose the second solution as the overhead of reading the brand file is not worth it IMHO.
Reporter | ||
Comment 3•8 years ago
|
||
We should probably have UX review just for sanity.
Code looks good for me and I can checkin.
Thank you!
Flags: needinfo?(alam)
Comment 4•8 years ago
|
||
Thanks for the NI! Could I get some context here?
Is it supposed to say "Browse"? or "Browser"?
I'm also going to NI Philip here since he's UX on Add-ons!
Flags: needinfo?(alam) → needinfo?(pwalmsley)
Comment 5•8 years ago
|
||
alam/ux - There's a string in the addons manager that states "browse all Firefox addons". Because we have different brands (e.g. Nightly, Aurora) and other builds that may not use official brands, we shouldn't use the Firefox brand in that string.
Desktop uses "Browse all add-ons", and agree that the patch above which uses that phrasing is preferable (to Product) to remove the reference to Firefox.
This is also likely a l10n bug, however, as it will have to be localized.
Comment 6•8 years ago
|
||
mozreview-review |
Comment on attachment 8869566 [details]
Bug 1360260 - aboutAddons.properties hardcodes Firefox
https://reviewboard.mozilla.org/r/141144/#review144730
::: mobile/android/locales/en-US/chrome/aboutAddons.properties:11
(Diff revision 1)
> addonType.theme=Theme
> addonType.locale=Locale
>
> addonStatus.uninstalled=%S will be uninstalled after restart.
>
> -addons.browseAll=Browse all Firefox Add-ons
> +addons.browseAll=Browse all Add-ons
You need to change the entity name when changing the string so other locales pick up the change.
Comment hidden (mozreview-request) |
Entity name here is "addons.browseAll"? I tried to find some documentation how localization works at mozilla firefox.
Flags: needinfo?(dtownsend)
Comment 9•8 years ago
|
||
(In reply to friedger from comment #8)
> Entity name here is "addons.browseAll"? I tried to find some documentation
> how localization works at mozilla firefox.
Yes that's right. You'll need to change that (addons.browserAllAddons for example) and change it in the calling code that retrieves the string.
Flags: needinfo?(dtownsend)
Reporter | ||
Comment 10•8 years ago
|
||
FYI, here's the documentation on this
https://developer.mozilla.org/en-US/docs/Mozilla/Localization/Localization_content_best_practices#Changing_existing_strings
Comment 11•7 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: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Comment 12•5 years ago
|
||
Hey, I wish to contribute. Is there something that i could work on here?
Flags: needinfo?(jmathies)
Reporter | ||
Comment 13•5 years ago
|
||
Yes, although it's a little more complicated now:
https://searchfox.org/mozilla-central/source/mobile/android/chrome/content/aboutAddons.js#325
I'll try to get the right UX person to chime in here.
Flags: needinfo?(jmathies)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → abenson
Reporter | ||
Comment 14•5 years ago
|
||
I read this wrong. This is a Fennec bug and Fennec is going away. So this is a WONTFIX.
Shubham, let me know if you are looking for other bugs.
Status: REOPENED → RESOLVED
Closed: 7 years ago → 5 years ago
Resolution: --- → WONTFIX
Comment 15•5 years ago
|
||
Yes I'm looking for bugs in Firefox for Android. Please guide me.
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•