Move customize mode strings over to fluent
Categories
(Firefox :: Toolbars and Customization, enhancement, P5)
Tracking
()
People
(Reporter: Gijs, Assigned: nickcowles9575, Mentored)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
These strings live in browser.dtd
Instead, the relevant markup could use data-l10n-id, and then we could insert the FTL file using MozXULElement.insertFTLIfNeeded() from CustomizeMode.jsm's enter method.
Obviously this is only a small part of browser.dtd, but realistically some of it needed to be split up a long time ago, and this is one small part of starting to do that.
Comment 1•2 years ago
|
||
(In reply to :Gijs (he/him) from comment #0)
These strings live in browser.dtd
Instead, the relevant markup could use data-l10n-id, and then we could insert the FTL file using
MozXULElement.insertFTLIfNeeded()from CustomizeMode.jsm'sentermethod.Obviously this is only a small part of browser.dtd, but realistically some of it needed to be split up a long time ago, and this is one small part of starting to do that.
I'm an outreachy applicant and I would like to work on this issue. Please tell me how to start with it?
| Reporter | ||
Comment 2•2 years ago
|
||
(In reply to Nidhi Kumari from comment #1)
I'm an outreachy applicant and I would like to work on this issue. Please tell me how to start with it?
This (and the other deps of bug 1517304) is not a great place to start, unfortunately. Please talk to the mentors of the project you're interested in to find appropriate bugs for the project you want to work on.
| Assignee | ||
Comment 3•2 years ago
|
||
Pushed by gijskruitbosch@gmail.com: https://hg.mozilla.org/integration/autoland/rev/71363080b33a Move customize mode strings over to fluent, r=Gijs,jaws,flod
Comment 5•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Description
•