GNOME Bugzilla – Bug 597424
Untranslated entries in computer:// (from GDU)
Last modified: 2009-10-05 16:07:48 UTC
Created attachment 144799 [details] Screenshot of computer:// location in Italian locale with English text As you can see in attached screenshot, some labels coming gnome-disk-utility appers untranslated in computer:// location. Those labels are translated in g-d-u PO file (see [1]), so I guess it could depend on wrong translation setup in gvfs or g-d-u. [1] http://l10n.gnome.org/POT/gnome-disk-utility.gnome-2-28/gnome-disk-utility.gnome-2-28.it.po
Quick research: those messages come from gnome-disk-utility/src/gdu/gdu-drive.c and this file has #include <config.h> #include <stdlib.h> #include <string.h> #include <glib/gi18n.h> #include <dbus/dbus-glib.h> [...] maybe a siple s/gi18n/gi18n-lib could fix the issue. If so, of course: 1) this bug should be moved to gnome-disk-utility produc in bugzilla 2) we should check for similar issue in other files
There's a whole bunch of files in gnome-disk-utility that need that change.
Fixed
Matthias, could you please commit on gnome-2-28 too? Thanks.