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

split2po - Creates a po file from two DocBook XML files

Author

BenBurton <bab@debian.org>
           Author.

[FIXME: source]                                    2003-04-07                                        SPLIT2PO(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

split2po is a command-line tool that takes the two given DocBook XML files and produces a gettext message
       file (PO-file) that represents the changes between them. The resulting PO-file is sent to standard
       output.

       translated-XML must be the result of translating original-XML into another language. It is this
       translation that the resulting PO-file will represent.

       This utility is part of the KDE Software Development Kit.

Name

       split2po - Creates a po file from two DocBook XML files

See Also

po2xml(1), swappo(1), xml2pot(1)

Synopsis

split2po {Original-XMLTranslated-XML}

See Also