Log::Report::Extract(3pm) | User Contributed Perl Documentation | Log::Report::Extract(3pm) |
Log::Report::Extract - Collect translatable strings
Log::Report::Extract is extended by Log::Report::Extract::PerlPPI Log::Report::Extract::Template
# See the extensions
This module helps maintaining the POT files, updating the list of message-ids which are kept in them. After initiation, the process() method needs to be called with all files which changed since last processing and the existing PO files will get updated accordingly. If no translations exist yet, one "textdomain/xx.po" file will be created.
-Option --Default charset 'utf-8' lexicon <required>
-Option--Default keep []
Returned is the number of messages found in this particular file.
The statistics are sent to (Log::Report) dispatchers which accept notice and info. This could be syslog. When you have no explicit dispatchers in your program, the level of detail get controlled by the 'mode':
use Log::Report mode => 'DEBUG'; # or 'VERBOSE'
All information known about the written $domain is removed from the cache.
This module is part of Log-Report-Lexicon distribution version 1.11, built on March 22, 2018. Website: http://perl.overmeer.net/CPAN/
Copyrights 2007-2018 by [Mark Overmeer <markov@cpan.org>]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://dev.perl.org/licenses/
2022-12-06 | perl v5.36.0 |