Log::Report::Translator::POT(3) translation based on POT files

INHERITANCE

 Log::Report::Translator::POT
   is a Log::Report::Translator

SYNOPSIS


# internal use
my $msg = Log::Report::Message->new
( _msgid => "Hello World\n"
, _domain => 'my-domain'
);
print Log::Report::Translator::POT
->new(lexicon => ...)
->translate($msg, 'nl-BE');
# normal use (end-users view)
textdomain 'my-domain'
, translator => Log::Report::Translator::POT->new;
print __"Hello World\n";

DESCRIPTION

Translate a message by directly accessing POT files. The files will load lazily (unless forced). This module accesses the PO's in a compact way, using Log::Report::Lexicon::POTcompact, which is much more efficient than Log::Report::Lexicon::PO.

Extends ``DESCRIPTION'' in Log::Report::Translator.

METHODS

Extends ``METHODS'' in Log::Report::Translator.

Constructors

Extends ``Constructors'' in Log::Report::Translator.
Log::Report::Translator::POT->new(%options)
 -Option  --Defined in             --Default
  charset   Log::Report::Translator  <from locale>
  lexicons  Log::Report::Translator  <see text>
charset => STRING
lexicons => DIRECTORY|ARRAY-of-DIRECTORYs

Accessors

Extends ``Accessors'' in Log::Report::Translator.
$obj->charset()
Inherited, see ``Accessors'' in Log::Report::Translator
$obj->lexicons()
Inherited, see ``Accessors'' in Log::Report::Translator

Translating

Extends ``Translating'' in Log::Report::Translator.
$obj->load($domain, $locale)
Inherited, see ``Translating'' in Log::Report::Translator
$obj->translate( $message, [$language, $ctxt] )
Inherited, see ``Translating'' in Log::Report::Translator

LICENSE

Copyrights 2007-2016 by [Mark Overmeer]. 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://www.perl.com/perl/misc/Artistic.html