logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xml2pot - Creates a PO template file from a DocBook XML file.

Author

BenBurton <bab@debian.org>
           Author.

[FIXME: source]                                    2003-04-07                                         XML2POT(1)

Authors

       The PO XML tools were written by Stephan Kulow <coolo@kde.org>

       This manual page was prepared by Ben Burton<bab@debian.org>

Description

xml2pot is a command-line tool that produces a gettext message template file from the DocBook XML file
       original-XML. The template file is sent to standard output.

       The resulting template file can be used to create gettext message files (PO-files) for a variety of
       languages. These can then be used in conjunction with po2xml(1) to translate the original XML file into
       these other languages.

       This utility is part of the KDE Software Development Kit.

Name

       xml2pot - Creates a PO template file from a DocBook XML file.

See Also

po2xml(1), split2po(1), swappo(1)

Synopsis

xml2pot [original-XML]

See Also