Remove vendorShortName and migrate existing strings to Fluent
Categories
(Core :: General, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: flod, Assigned: eemeli)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
https://searchfox.org/mozilla-central/search?q=vendorShortName&path=
We only have one user for vendorShortName
defined in brand.properties, so we should move that infobar over to Fluent
As for the vendorShorName
defined in brand.dtd for mobile, it would be nice to remove it as well, but it's not as important.
Assignee | ||
Comment 1•3 years ago
|
||
Flod, could you recommend an FTL file for the strings that would need to be migrated for this? Just browser.ftl
, or something else? The closest other string to this that I can find is here.
Reporter | ||
Comment 2•3 years ago
|
||
browser.ftl
sounds reasonable to me, as I don't think there's value in having a separate file for infobars and such.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
The dataReportingNotification is the last place where the .properties
vendorShortName is used. As notifications already support Fluent,
porting this to use Fluent as well seems pretty strqaightforward.
Assignee | ||
Comment 4•3 years ago
|
||
At this point, no code in mozilla-central references these.
In comms-central, the string is still used, but provided there
by local brand.properties and brand.dtd files.
Depends on D141860
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2f9e4aaaa8d2
https://hg.mozilla.org/mozilla-central/rev/0319242f614e
Description
•