Missing translation for "Open the Profile Manager"
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: libreajans, Assigned: stransky)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0
Steps to reproduce:
On GNOME shell right click on Firefox icon
Actual results:
Missing translation for "Open the Profile Manager"
Expected results:
It should be translated as "Profil yöneticisini aç"
Reporter | ||
Comment 1•2 years ago
|
||
I use Flatpak version of Firefox and and this stings comes from Firefox.desktop file (https://searchfox.org/mozilla-release/source/taskcluster/docker/firefox-flatpak/org.mozilla.firefox.desktop#274) on line 274.
Snap version of Firefox contains this string translated (https://searchfox.org/mozilla-release/source/taskcluster/docker/firefox-snap/firefox.desktop#216) on line 216.
Reporter | ||
Comment 2•2 years ago
|
||
Sorry, the last line incorrect. Snap version does not contains this strings or it's translation.
Comment 3•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::Startup and Profile System' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 4•2 years ago
|
||
@flod, is this something we can fix?
Comment 5•2 years ago
|
||
Looks like this string was added in bug 1631400 :-\ (with only a cs translation).
@librejeans
Are you on Nightly/DevEdition, or release? The bug mentions only those versions.
@johan
By any chance, do you know from where the existing translations in that file came from? Mihai is the person who originally worked on it.
There is no string mentioning "Profile Manager" in Firefox. One way to fix it would be to expose a string, e.g. in about:profiles, get translations, then manually update the .desktop file with translations.
If this indeed happens only on Nightly and DevEdition, it might not be worth the effort.
Reporter | ||
Comment 6•2 years ago
|
||
It's ordinary Flatpak version from Flathub. All info is here.
$ LC_ALL=C flatpak info org.mozilla.firefox
Firefox - Fast, Private & Safe Web Browser
ID: org.mozilla.firefox
Ref: app/org.mozilla.firefox/x86_64/stable
Arch: x86_64
Branch: stable
Version: 106.0
License: MPL-2.0
Origin: flathub
Collection: org.flathub.Stable
Installation: system
Installed: 246.0?MB
Runtime: org.freedesktop.Platform/x86_64/21.08
Sdk: org.freedesktop.Sdk/x86_64/21.08
Commit: 729e2dadfe310ba8d83c39ded8b0a025d0877c3a064b5ac7f49a2d15d4da4804
Parent: c14e6a589174fff2a88482d39879142b7599317172128a60335e37b3ee05cdee
Subject: Export org.mozilla.firefox
Date: 2022-10-18 12:48:28 +0000
Comment 7•2 years ago
•
|
||
@Martin
Looks like this is in release, not just Nightly and DevEdition? Is it expected?
Updated•2 years ago
|
Comment 8•2 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #5)
@johan
By any chance, do you know from where the existing translations in that file came from? Mihai is the person who originally worked on it.
Thanks for finding out bug 1631400! I didn't know where this file was until I looked at the patch[1] from that bug. The .desktop
file is located there[2]. For the record, this file hasn't changed in 2 years and only 2 locales contain the translated string. Thus, either no one noticed on release it before, or release was changed not so long ago.
[1] https://hg.mozilla.org/mozilla-central/rev/18a2291288b00d5906f19774258c1d2caaaef166
[2] https://searchfox.org/mozilla-central/rev/a64647a2125cf3d334451051491fef6772e8eb57/taskcluster/docker/firefox-flatpak/org.mozilla.firefox.desktop#273
Assignee | ||
Comment 9•2 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #7)
@Martin
Looks like this is in release, not just Nightly and DevEdition? Is it expected?
Yes, we need to translate the string to other languages.
Fedora package has some more translations:
[Desktop Action profile-manager-window]
Name=Open the Profile Manager
Name[cs]=Správa profilů
Name[de]=Profilverwaltung öffnen
Name[fr]=Ouvrir le gestionnaire de profils
Exec=firefox --ProfileManager
Assignee | ||
Comment 10•2 years ago
|
||
That affects all version.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 11•2 years ago
|
||
Updated•2 years ago
|
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
bugherder |
Comment 14•2 years ago
|
||
i think it is now fixed
Description
•