NAME
Template::Multilingual::Parser - Multilingual template parser
DESCRIPTION
A subclass of Template::Parser that parses multilingual text sections. This module is used internally by Template::Multilingual.
METHODS
new(\%params)
The new() constructor creates and returns a reference to a new parser object. A reference to a hash may be supplied as a parameter to provide configuration values to the Template::Parser superclass.
parse($text)
The parse() method parses multilingual sections from the input text and translates them to Template Toolkit directives. The result is then passed to the Template::Parser superclass.