GNOME Bugzilla – Bug 486961
set mixer track items translatable in preferences
Last modified: 2010-08-10 13:37:23 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:
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.
Resolving as incomplete, since I'm not sure what else is missing. Please re-open if there's still something missing.