GNOME Bugzilla – Bug 510979
gtk-builder-convert drops "translatable" attribute from menu
Last modified: 2008-01-21 16:11:30 UTC
Please describe the problem: When converting a Glade XML file to a GtkBuilder XML file using gtk-builder-convert, the translatable="yes" attributes of menu items go missing. This is actually good for stock items, because it doesn't make sense to translate the stock ID, but for regular items like _File etc., this is not OK Steps to reproduce: 1. use Glade-3 and create a window with the default menu, which already contains a few menu items. Save as test1.glade 2. gtk-builder-convert test1.glade test1.ui 3. see how the translatable attribute is missing from _File and the others. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 103307 [details] [review] preserve the translatable attribute of menu items There may be a more efficient way to do this, but this is the best I could come up with.
*** This bug has been marked as a duplicate of 509153 ***