The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Log::Report::Translator::Gettext - the GNU gettext infrastructure

INHERITANCE

 Log::Report::Translator::Gettext
   is a Log::Report::Translator

SYNOPSIS

 # normal use (end-users view)

 use Log::Report 'my-domain'
   , translator => Log::Report::Translator::Gettext->new;

 print __"Hello World\n";  # language determined by enviroment

 # internal use

 my $msg = Log::Report::Message->new
   ( _msgid      => "Hello World\n"
   , _textdomain => 'my-domain'
   );

 print Log::Report::Translator::Gettext->new
     ->translate('nl-BE', $msg);

DESCRIPTION

UNTESTED!!! PLEASE CONTRIBUTE!!! Translate a message using the GNU gettext infrastructure.

METHODS

Constructors

Log::Report::Translator::Gettext->new(OPTIONS)

Accessors

$obj->charset

$obj->lexicons

Translating

$obj->load(DOMAIN, LOCALE)

$obj->translate(MESSAGE)

SEE ALSO

This module is part of Log-Report distribution version 0.02, built on May 28, 2007. Website: http://perl.overmeer.net/log-report/

LICENSE

Copyrights 2007 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