After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741212 - Missing translatable string in .pot file
Missing translatable string in .pot file
Status: RESOLVED NOTGNOME
Product: gnome-shell
Classification: Core
Component: general
3.14.x
Other Linux
: Normal trivial
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2014-12-07 11:49 UTC by yvan
Modified: 2014-12-07 19:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description yvan 2014-12-07 11:49:26 UTC
Hi,

I noticed that the string "Speakers" (displayed on screen when you do volume up, volume down or mute with keyboard keys) is  not translated in french, and is not in the gnome-shell.gnome-3-14.pot file nor in the gnome-shell.master.pot.

Thanks for your time and work,
Yvan
Comment 1 Florian Müllner 2014-12-07 13:33:05 UTC
(In reply to comment #0)
> I noticed that the string "Speakers" is  not translated in french, and
> is not in the gnome-shell.gnome-3-14.pot file nor in the
> gnome-shell.master.pot.

That's because that string does not appear at all in the gnome-shell sources :-)

While the OSD popups are indeed implemented in gnome-shell, it's an API that is exposed to gnome-settings-daemon via DBus, so g-s-d asks us to show the OSD with a particular icon and optionally label and percentage. In the case of the volume OSD, the label string is not provided by g-s-d either, but is picked up from pulseaudio - and indeed, the French translation is missing[0]. Could you file a bug on freedesktop.org, where pulseaudio is hosted?

[0] http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/po/fr.po#n2772
Comment 2 yvan 2014-12-07 14:34:14 UTC
Very interesting to understand this, thanks.

I just reported it : https://bugs.freedesktop.org/show_bug.cgi?id=87073
I suppose you can close this bug.

Yvan
Comment 3 Florian Müllner 2014-12-07 19:49:57 UTC
(In reply to comment #2)
> I suppose you can close this bug.

I did, before you reopened it :-p