There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Log::Report::Lexicon - translation component of Log::Report

SYNOPSIS

DESCRIPTION

This module is the main extry point for the distribution, but has currently no further use. This distribution contains all components of Log::Report which handle translations.

If you do not need translations, you do not need to install this module. When you use Log::Report and need to add translations, it may be very little work: when you nicely wrote texts in the advised message format like

print __x"Greetings to you, {name}", name => $name;
fault __x"cannot open file {filename}", filename => $fn;

then all is in perfect condition to introduce translations: it requires very little to no additions to the existing code!

In this distribution:

  • Log::Report::Extract

    Logic used by the xgettext-perl binary (also included here) to extract msgid's from perl scripts and (website) templates.

  • Log::Report::Lexicon::Table

    Translation table administration, in PO or MO format.

  • Log::Report::Lexicon::Index

    Translation table file file administration, understanding locales, domains, and attributes in the filenames.

  • Log::Report::Translator

    The run-time component of translations.

METHODS

Constructors

$class->new(%options)

Accessors

SEE ALSO

This module is part of Log-Report-Lexicon version 1.14, built on September 08, 2025. Website: http://perl.overmeer.net/CPAN/

LICENSE

For contributors see file ChangeLog.

This software is copyright (c) 2007-2025 by Mark Overmeer.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.