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 74412 - AtkAction description is translatable
AtkAction description is translatable
Status: RESOLVED FIXED
Product: libglade
Classification: Deprecated
Component: general
1.99.x
Other Linux
: Normal normal
: libglade-2.0
Assigned To: James Henstridge
James Henstridge
Depends on:
Blocks:
 
 
Reported: 2002-03-12 20:32 UTC by Damon Chaplin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damon Chaplin 2002-03-12 20:32:34 UTC
Currently for AtkActions we have this in the DTD:

<!ELEMENT atkaction EMPTY >
<!ATTLIST atkaction
  action_name CDATA #REQUIRED
  description CDATA #IMPLIED >


But description is translatable. Do we want to:

   1) make the description the contents of the element and mark it
      with a translatable flag?

Or 2) update intltool so it copies the description to the pot file?

I prefer (1) but don't really mind.
Comment 1 James Henstridge 2002-03-15 00:42:51 UTC
Marking with 2.0 milestone -- this needs to be fixed before the release.

Doing (1) will also require changes to intltool, as it only searches
for translatable strings on <property> and <atkproperty> elements.
Comment 2 James Henstridge 2002-06-04 04:30:43 UTC
latest intltool marks the description attribute of <atkaction>
elements as translatable.