The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::Babelfish::Simple - Babelfish parse/compile single tepmlate only.

VERSION

version 2.003

METHODS

single_template

Generates template.

t_or_undef

Get internationalized value for single_template.

    t_or_undef( single_template );
    t_or_undef( single_template, { param1 => 1 , param2 => { next_level  => 'test' } } );
    t_or_undef( single_template, { param1 => 1 }, $specific_locale );
    t_or_undef( single_template, 1 );

AUTHORS

  • Akzhan Abdulin <akzhan@cpan.org>

  • Igor Mironov <grif@cpan.org>

  • Victor Efimov <efimov@reg.ru>

  • REG.RU LLC

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by REG.RU LLC.

This is free software, licensed under:

  The MIT (X11) License