After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 98111 - marks strings as translatable when it shouldn't
marks strings as translatable when it shouldn't
Status: RESOLVED DUPLICATE of bug 115635
Product: glade-legacy
Classification: Deprecated
Component: general
unspecified
Other other
: Normal enhancement
: ---
Assigned To: Damon Chaplin
Damon Chaplin
: 97636 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-11-09 17:36 UTC by Bastien Nocera
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
test file (44.32 KB, text/plain)
2002-11-09 17:37 UTC, Bastien Nocera
Details

Description Bastien Nocera 2002-11-09 17:36:22 UTC
marks strings as translatable when it shouldn't

I set:
<property name="label" translatable="no">button3</property>

I load it up in glade-2, save it, the line is back to:
<property name="label" translatable="yes">button3</property>

The label isn't visible anywhere in the glade UI.

Test .glade file attached below
Comment 1 Bastien Nocera 2002-11-09 17:37:09 UTC
Created attachment 12198 [details]
test file
Comment 2 Bastien Nocera 2002-11-11 23:49:12 UTC
*** Bug 97636 has been marked as a duplicate of this bug. ***
Comment 3 Damon Chaplin 2003-04-01 14:15:12 UTC
All text in labels etc. is always marked as translatable,
i.e. Glade doesn't support a 'translatable' property.

I doubt this will be added to glade-2 at this point.
Comment 4 Damon Chaplin 2003-11-30 12:02:41 UTC

*** This bug has been marked as a duplicate of 115635 ***