Log::Report::Lexicon::Table(3pm) | User Contributed Perl Documentation | Log::Report::Lexicon::Table(3pm) |
Log::Report::Lexicon::Table - generic interface to translation tables
Log::Report::Lexicon::Table is extended by Log::Report::Lexicon::MOTcompact Log::Report::Lexicon::POT Log::Report::Lexicon::POTcompact
# use one of the extensions, for instance: my $pot = Log::Report::Lexicon::POT ->read('po/nl.po', charset => 'utf-8') or panic;
This base class defines the generic interface for translation tables.
Currently, there are three extensions:
This is a relatively heavy implementation, used to read but also to write PO files. It is used by xgettext-perl, for instance, to administer the collection of discovered msgid's.
Light-weighted read-only access to PO-file information.
Read-only access to MO-file information. These binary MO-files are super efficient.
Translation
Administration
A full list of plural forms per language can be found at http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html
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 |