NAME

Localizer::Scanner::Xslate - Scanner for Text::Xslate style file

SYNOPSIS

use Localizer::Dictionary;
use Localizer::Scanner::Xslate;

my $result  = Localizer::Dictionary->new();
my $scanner = Localizer::Scanner::Xslate->new(
    syntax => 'TTerse',
);
$scanner->scan_file($result, 'path/to/xslate.html');

DESCRIPTION

Localizer::Scanner::Xslate is localization tag scanner for Xslate templates.

This module finds [% l("foo") %] style tags from xslate template files.

METHODS

SEE ALSO

This module is based on Locale::Maketext::Extract::Plugin::Xslate.

LICENSE

Copyright (C) Kazuhiro Osawa

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

AUTHOR

Kazuhiro Osawa, Tokuhiro Matsuno tokuhirom@gmail.com