The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Template::Plugin::Filter::I18N

VERSION

0.01

SYNOPSIS

[% USE Filter.I18N %]
[% USE Filter.I18N domain = 'my_domain' locale = 'ru_RU.UTF-8' dir = '/home/locale' filter = 'i18n' %]

$context->plugin('Filter.I18N', [{domain=>'my_domain', dir=>'/home/locale', locale=>'ru_RU.UTF-8', filter=>'i18n'}]);

[% Some text | i18n %]
[%|i18n%]Some text[%END%]

DESCRIPTION