Locale::XGettext::Text(3pm) | User Contributed Perl Documentation | Locale::XGettext::Text(3pm) |
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 <http://gnu.org/licenses/lgpl.html> 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)
2023-02-05 | perl v5.36.0 |