freebsd-ports/www/p5-Template-Multilingual/pkg-descr
Bill Fenner 28cfc06ac5 search.cpan.org redirect reduction canonicalization project, pass 3:
Refer to all modules using their /dist/Foo/ path instead of via
the mishmash of old author path, new author path, module documentation,
etc.  These are mostly stragglers that should have been caught in pass 2.

This pass brought to you by Bill's 102-degree fever during pass 2.
2005-09-22 18:57:24 +00:00

16 lines
553 B
Text

This subclass of Template Toolkit's Template::Parser parses multilingual
templates: templates that contain text in several languages.
<t>
<en>Hello!</en>
<fr>Bonjour !</fr>
</t>
Use this module directly if you have subclassed Template, otherwise you may
find it easier to use Template::Multilingual.
Language codes can be any string that matches \w+, but we suggest sticking
to ISO-639 which provides 2-letter codes for common languages and 3-letter
codes for many others.
WWW: http://search.cpan.org/dist/Template-Multilingual/