GNOME Bugzilla – Bug 74412
AtkAction description is translatable
Last modified: 2004-12-22 21:47:04 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.
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.
latest intltool marks the description attribute of <atkaction> elements as translatable.