Closed
Bug 1548478
Opened 6 years ago
Closed 6 years ago
Fluent warnings about missing strings
Categories
(Firefox :: Messaging System, enhancement, P2)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: andreio, Assigned: andreio)
References
Details
Attachments
(2 files)
tabbrowser.js
uses fluent for translations and has a mutation observer listening for changes. When we insert the FxA message it tries to translate it but it's doesn't know about asrouter.ftl
and reports the strings as missing.
This isn't causing any issues, BookmarkPanelHub
correctly translates the message but we get a warning in the console.
We should (maybe) have the strings in tabbrowser.js
and not do the translations.
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → andrei.br92
Updated•6 years ago
|
Priority: -- → P2
Pushed by aoprea@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/17f72de310de
Fix fluent warnings about missing translations for Bookmark Panel messages r=zbraniecki
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
Updated•5 years ago
|
Component: Activity Streams: Newtab → Messaging System
Updated•5 years ago
|
Iteration: --- → 68.4 - Apr 29 - May 12
You need to log in
before you can comment on or make changes to this bug.
Description
•