Query: log::report::translator::gettext
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Log::Report::Translator::Gettext(3pm) User Contributed Perl Documentation Log::Report::Translator::Gettext(3pm)NAMELog::Report::Translator::Gettext - the GNU gettext infrastructureINHERITANCELog::Report::Translator::Gettext is a Log::Report::TranslatorSYNOPSIS# normal use (end-users view) use Log::Report 'my-domain' , translator => Log::Report::Translator::Gettext->new; print __"Hello World "; # language determined by environment # internal use my $msg = Log::Report::Message->new ( _msgid => "Hello World " , _textdomain => 'my-domain' ); print Log::Report::Translator::Gettext->new ->translate('nl-BE', $msg);DESCRIPTIONUNTESTED!!! PLEASE CONTRIBUTE!!! Translate a message using the GNU gettext infrastructure. Guido Flohr reports: be aware that Locale::gettext is only a binding for the C library libintl and depends on its features. That means that your module will effectively only run on GNU systems and maybe on Solaris (depending on the exact version), because only these systems provide the plural handling functions ngettext(), dngettext() and dcngettext(). Sooner or later you will probably also need bind_textdomain_codeset() which is also only available on certain systems.METHODSConstructors Log::Report::Translator::Gettext->new(OPTIONS) See "Constructors" in Log::Report::Translator Accessors $obj->charset See "Accessors" in Log::Report::Translator $obj->lexicons See "Accessors" in Log::Report::Translator Translating $obj->load(DOMAIN, LOCALE) See "Translating" in Log::Report::Translator $obj->translate(MESSAGE) See "Translating" in Log::Report::TranslatorSEE ALSOThis module is part of Log-Report distribution version 0.94, built on August 23, 2011. Website: http://perl.overmeer.net/log-report/LICENSECopyrights 2007-2011 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 perl v5.14.2 2011-08-23 Log::Report::Translator::Gettext(3pm)
Similar Topics in the Unix Linux Community |
---|
System Log Files ?! |
October-December, 2009 Status Report |
Log file not getting generated |
Issues while pattern matching using grep |
Read Log Realtime and Parse out Information for a Report |