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 81360 - Adding more languages for e.g. xmllint ouput
Adding more languages for e.g. xmllint ouput
Status: VERIFIED WONTFIX
Product: libxml2
Classification: Platform
Component: general
2.4.19
Other Linux
: Normal enhancement
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2002-05-10 14:13 UTC by daniel.naber
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description daniel.naber 2002-05-10 14:13:24 UTC
Hi, 
 
I'd like to use xmllint as a backend for a simple GUI XML validator. As 
the GUI is translated into many languages the program output should also 
be translated. So it would be great if you could use the standard GNU way 
to translate xmllint/libxml2 program into many languages. 
 
Regards 
 Daniel
Comment 1 Daniel Veillard 2002-05-16 07:56:15 UTC
Sorry, this requires dependancies (the po/ framework) that
I don't want to add to libxml2/libxslt because I want to keep
the libraries absolutely portable. Simply register your
own error message handling methods and do the localisation
at your application level. IMHO most of the time it makes
absolutely no sense to pass directly a libxml or libxslt
error message directly to the user level, it's far too complex.

Daniel