http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6709
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #8 from Katrin Fischer <[email protected]> --- Sadly it doesn't work correctly. I think this could work, if the XML had been designed in a different way from the beginning. It has the code as content of the elmement, while the description we want to translate is an attribute. The other way around, it would probably work quite nicely. With Chris' patch all the codes show up in the po file. Example: 14 <Value description="Date of distribution/ release/ issue and production/ recording session when different">p</Value> 15 <Value description="Questionable date">q</Value> 16 <Value description="Reprint / reissue date and original date">r</Value> 17 <Value description="Single know date / probable date">s</Value> 18 <Value description="Publication date and copyright date">t</Value> 19 <Value description="Continuings resource status unknown">u</Value> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
