At Fri, 26 Jul 2002 06:35:50 -0700 (PDT), Nick Tonkin wrote: > So did you provide for localization?
Currently nothing. But patches are always welcome ;) > > NAME > > Template::Plugin::Comma - TT Plugin to commify numbers > > > > SYNOPSIS > > [% USE Comma %] > > > > [% FILTER comma -%] > > This item costs 10000 dollar. > > [%- END %] > > > > # Output: > > # This item costs 10,000 dollar. > > > > This item costs [% item.price | comma %] dollar. > > > > # Output: > > # This item costs 10,000 dollar. -- Tatsuhiko Miyagawa <[EMAIL PROTECTED]> _______________________________________________ templates mailing list [EMAIL PROTECTED] http://www.template-toolkit.org/mailman/listinfo/templates
