The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::XGettext::Text - Create PO files from text files

USAGE

    use Locale::XGettext::Text;

    Locale::XGettext::Text->newFromArgv(\@ARGV)->run->po;

DESCRIPTION

See xgettext-txt for more information!

METHODS

The following methods are implemented. Everything else is inherited from Locale::XGettext.

readFile FILENAME

Read FILENAME and add a PO entry for every paragraph in FILENAME.

versionInformation

Returns version information for the module.

fileInformation

Returns information about the expected input file format.

AUTHOR

Written by Guido Flohr (http://www.guido-flohr.net/).

COPYRIGHT

Copyright (C) 2016-2017 Guido Flohr (http://www.guido-flohr.net/). License LGPLv1.1+: GNU General Public License version 2.1 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

xgettext-txt, Locale::XGettext, perl, xgettext(1)