Migrate aboutReader.properties to Fluent
Categories
(Toolkit :: Reader Mode, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: eemeli, Assigned: eemeli)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
During startup, two strings only used by AboutReaderParent from aboutReader.properties are formatted: readerView.enter and readerView.enter.accesskey.
A few of the strings are formatted using PluralForm, a legacy API we'd like to drop.
As the readerView.close strings are also only used by this file, migrating all of them to Fluent with the properties-to-ftl tool should be relatively simple.
Updated•4 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
The data included in the Reader:AddButton message used by SaveToPocket.jsm is slightly modified, as it now includes localization identifiers rather than a preformatted label.
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D158575
| Assignee | ||
Comment 3•3 years ago
|
||
Depends on D158576
Comment 5•3 years ago
|
||
Backed out for causing multiple failures
Push with failures in ErrorResult.h // Failure log
Push with failures in browser_downloads_context_menu_delete_file.js // Failure log
| Assignee | ||
Comment 6•3 years ago
|
||
Two messages were migrated to browser.ftl, while they're actually needed in menubar.ftl. For some reason, the error this causes is only logged in local tests as:
0:06.26 GECKO(74081) JavaScript error: , line 0: uncaught exception: undefined
0:06.26 GECKO(74081) JavaScript error: , line 0: uncaught exception: undefined
in the middle of Marionette setup log prints.
New try: https://treeherder.mozilla.org/jobs?repo=try&revision=392c1731e3c291800ad48cba6928571dee21ea2f
Comment 8•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/776689ac2b69
https://hg.mozilla.org/mozilla-central/rev/0edfc7ab9988
https://hg.mozilla.org/mozilla-central/rev/03a5ba4802be
Description
•