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. ``` 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.
Bug 1955747 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
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.