GNOME Bugzilla – Bug 633492
Spanish translation of GParted help manual fails XML validation
Last modified: 2010-11-01 09:14:57 UTC
There appears to be problem with XML validation and the Spanish translation of the GParted help manual. After I configure and compile GParted, the Spanish help file gparted.xml is built in the "gparted/help/es" directory. I used the following command to validate the xml file: xmllint --noout --noent --xinclude --postvalid gparted.xml Output from the above command is as follows: gedakc@quad:~/workspace/gparted/help/es$ xmllint --noout --noent --xinclude --postvalid gparted.xml gparted.xml:693: element guilabel: validity error : Element guimenu is not declared in guilabel list of possible children gparted.xml:763: element guilabel: validity error : Element guimenu is not declared in guilabel list of possible children Document gparted.xml does not validate gedakc@quad:~/workspace/gparted/help/es$ Are these errors something that can be fixed in the es.po file?
Created attachment 173570 [details] [review] Patch to enable Spanish translation to pass xml validation This patch enables the Spanish translation of the GParted help manual to pass XML validation.
Thanks for your bug report and patch Curtis, fixed in master.