GNOME Bugzilla – Bug 782753
Glade does not allow ApplicationWindow's title to be marked as translatable
Last modified: 2018-03-24 17:43:47 UTC
I have an ApplicationWindow and I want to mark it's title (and subtitle) as translatable. Currently, Glade does not allow for that. Worse, when manually editing the XML and then editing with Glade, it will remove the translatable property from the attribute.
I can not reproduce with glade 3.22 or 3.20 Which version are you using? I cant remember fixing anything related lately
Created attachment 370032 [details] Test case showing title translation To reproduce: Run: $ glade test.ui Note that clicking on the title allows you to change it, but there is no checkbox to make it translatable or add translator comments. Click "Save". Compare the updated file to the original: $ diff test.ui test2.ui 31c31 < <property name="title" translatable="yes">Title</property> --- > <property name="title">Title</property>
This was with Glade 3.22.0-1 in Ubuntu 18.04.
Aha! is was in GtkHeaderBar not GtkApplicationWindow Fixed in master and 3.22