Scroll to navigation

Zonemaster::Translator(3pm) User Contributed Perl Documentation Zonemaster::Translator(3pm)

NAME

Zonemaster::Translator - translation support for Zonemaster

SYNOPSIS

    my $trans = Zonemaster::Translator->new({ locale => 'sv_SE.UTF-8' });
    say $trans->to_string($entry);

ATTRIBUTES

The locale that should be used to find translation data. If not explicitly provided, defaults to (in order) the contents of the environment variable LANG, LC_ALL, LC_MESSAGES or, if none of them are set, to "en_US.UTF-8".
A reference to a hash with translation data. This is unlikely to be useful to end-users.

METHODS

Takes a Zonemaster::Logger::Entry object as its argument and returns a translated string with the timestamp, level, message and arguments in the entry.
Takes a Zonemaster::Logger::Entry object as its argument and returns a translation of its tag and arguments.
Internal method that's only mentioned here to placate Pod::Coverage.
2022-06-28 perl v5.34.0