Dear Maintainer,
There is a problem with Tags at GNOME nautilus. They are not translated.
I have seen one of the error at "tracker-tags-view.c", (adding a _()??):
str = g_strdup_printf (dngettext (NULL,
"_Set the tags you want to associate with the %d selected item:",
"_Set the tags you want to associate with the %d selected items:"
g_list_length (private->files)),
g_list_length (private->files));
The other is at tracker-tags-extension.c, but I don't why it does not works:
label = gtk_label_new (_("Tags"));