Log::Report::Lexicon::POTcompact(3pm) | User Contributed Perl Documentation | Log::Report::Lexicon::POTcompact(3pm) |
Log::Report::Lexicon::POTcompact - use translations from a POT file
Log::Report::Lexicon::POTcompact is a Log::Report::Lexicon::Table
# using a PO table efficiently my $pot = Log::Report::Lexicon::POTcompact->read('po/nl.po') or die; my $header = $pot->msgid(''); print $pot->msgstr('msgid', 3);
This module is translating, based on PO files. PO files are used to store translations in humanly readable format for most of existing translation frameworks, like GNU gettext and Perl's Maketext.
Internally, this module tries to be as efficient as possible: high speed and low memory foot-print. You will not be able to sub-class this class cleanly.
If you like to change the content of PO files, then use Log::Report::Lexicon::POT.
Extends "DESCRIPTION" in Log::Report::Lexicon::Table.
Extends "METHODS" in Log::Report::Lexicon::Table.
Extends "Constructors" in Log::Report::Lexicon::Table.
-Option --Default charset undef
Extends "Attributes" in Log::Report::Lexicon::Table.
Extends "Managing PO's" in Log::Report::Lexicon::Table.
Translation
Extends "Translation" in Log::Report::Lexicon::Table.
Administration
Extends "Administration" in Log::Report::Lexicon::Table.
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 |