GNOME Bugzilla – Bug 522544
glade-3 incorrectly marks as translatable stock Gtk buttons
Last modified: 2009-06-24 08:38:55 UTC
Please describe the problem: If you create a stock button, for example "gtk-add", the resulting XML file will contain the line: <property name="label" translatable="yes">gtk-add</property> This makes xgettext extract this string into the .pot file. If this string is translated by some translator, the application won't work as Gtk doesn't know the translated names. Steps to reproduce: 1. Create a window and insert a button 2. Set "Edit type" to "Stock" 3. Choose the "Add" stock button 4. Save it and look into the XML file Actual results: The file will have the "translatable" property of the gtk-add string set to "yes". Expected results: It should be set to "no" in order for xgettext to ignore these strings Does this happen every time? Yep Other information:
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 352446 ***