Closed
Bug 1955747
Opened 5 months ago
Closed 5 months ago
Migrate strings in shellservice.properties to Fluent
Categories
(Firefox :: Shell Integration, task)
Firefox
Shell Integration
Tracking
()
RESOLVED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox139 | --- | fixed |
People
(Reporter: flod, Assigned: flod)
References
Details
Attachments
(1 file)
Bug 1954994 is removing 5/8 strings because unused. Tentatively taking this bug, and filing in General since I can't find a better component.
This file might be a good recipient
https://searchfox.org/mozilla-central/source/browser/locales/en-US/browser/setDesktopBackground.ftl
DesktopBackgroundDownloading=Saving Picture…
DesktopBackgroundSet=Set Desktop Background
These are used in JS, and should be relatively straightforward to migrate
https://searchfox.org/mozilla-central/source/browser/components/shell/content/setDesktopBackground.js#113,135
desktopBackgroundLeafNameWin=Desktop Background.bmp
https://searchfox.org/mozilla-central/source/browser/components/shell/nsWindowsShellService.cpp#694
I have zero experience with C++, but there are some Fluent strings already used there, so I might be able to figure it out.
Assignee | ||
Updated•5 months ago
|
Summary: Migrating strings in shellservice.properties to Fluent → Migrate strings in shellservice.properties to Fluent
Assignee | ||
Comment 1•5 months ago
|
||
Pushed by flodolo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ee4cd302c0d0
Migrate strings in shellservice.properties to Fluent, r=nrishel,eemeli
Status: NEW → RESOLVED
Closed: 5 months ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c140/b139]
Updated•3 months ago
|
Component: General → Shell Integration
You need to log in
before you can comment on or make changes to this bug.
Description
•