Locale::TextDomain::OO::Translator - Translator class
$Id: Translator.pm 580 2015-04-12 20:09:18Z steffenw $
1.019
This is the translator class. Extend that class with plugins (Roles).
require Locale::TextDomain::OO::Translator; Locale::TextDomain::OO::Translator->new( Locale::TextDomain::OO::Translator->load_plugins, );
Called before new to load the plugins.
$hash_ref = Locale::TextDomain::OO::Translator->load_plugins;
Called from Plugins only.
$translation = $self->translate(... lots of parameters ...);
Called from plugins only.
$self->run_filter(\$translation);
Inside of this distribution is a directory named example. Read the file README there. Then run the *.pl files.
confess
none
Locale::TextDomain::OO::Singleton::Lexicon
Locale::TextDomain::OO::Util::JoinSplitLexiconKeys
not known
not known
Steffen Winkler
Copyright (c) 2013 - 2015,
Steffen Winkler
<steffenw at cpan.org>
.
All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.