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 486961 - set mixer track items translatable in preferences
set mixer track items translatable in preferences
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.x
Other All
: Normal minor
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-15 21:26 UTC by Gil Forcada
Modified: 2010-08-10 13:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Gil Forcada 2007-10-15 21:26:33 UTC
actually the "tracks" that are in the preferences dialog are populated dinamically and its great, but it lacks i18n :(

is there any solution or it's just that my locale (catalan) don't have some library (gstreamer) completly translated, and thus I don't see them translated in the preferences dialog?

Other information:
Comment 1 Marc-Andre Lureau 2008-04-17 23:39:06 UTC
Hi Gil!

There is some kind of translation support for track names. However, I don't know if all the mixer implementations supports it, if any.

In 3 differents place, gnome-volume-control is getting the name of the track this way:

    if (g_object_class_find_property (G_OBJECT_GET_CLASS (track), "untranslated-label"))
      g_object_get (track, "untranslated-label", &label, NULL);
    if (label == NULL)
      g_object_get (track, "label", &label, NULL);

let's reassign in gstreamer, someone might now better than me.
Comment 2 Tim-Philipp Müller 2010-08-10 13:37:23 UTC
Resolving as incomplete, since I'm not sure what else is missing. Please re-open if there's still something missing.