#453: Allow specifying per-locale formats for formatters as children to the
parameter node
-------------------------+--------------------------------------------------
 Reporter:  david        |       Owner:  david    
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  0.11     
Component:  translation  |     Version:  0.11.0RC2
 Severity:  normal       |    Keywords:           
-------------------------+--------------------------------------------------
 In most cases, that's enough (as opposed to using a SimpleTranslator):
 {{{
 <currency_formatter>
   <parameter name="format">
     <parameter name="de">...</parameter>
     <parameter name="fi">...</parameter>
   </parameter>
 </currency_formatter>
 }}}
 If no format for the current locale is given, the value falls back to the
 default set in the locale.

-- 
Ticket URL: <http://trac.agavi.org/ticket/453>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to