#1049: i18n_filter can't translate text with python expressions
----------------------------------+-----------------------------------------
 Reporter:  ulysses               |        Owner:  Chris Arndt
     Type:  defect                |       Status:  assigned   
 Priority:  normal                |    Milestone:  1.1        
Component:  TurboGears            |      Version:  0.9a6      
 Severity:  major                 |   Resolution:             
 Keywords:  i18n i18n_filter kid  |  
----------------------------------+-----------------------------------------
Comment (by chrisz):

 As a workaround and the recommended "kiddy" way of doing things, you can
 write
 {{{
  Actual Status: <span py:replace="actualStatus[0]"/>.
 }}}
 or
 {{{
  Actual Status: <span py:replace="actualStatus[0]">Placeholder</span>.
 }}}

-- 
Ticket URL: <http://trac.turbogears.org/ticket/1049#comment:6>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to