[Nuxeo-tickets] Re: [Nuxeo Repository] #1645: alt attribute of icons img tags is not translated.

Nuxeo Repository trac at nuxeo.com
Thu Jun 29 17:32:49 CEST 2006


#1645: alt attribute of icons img tags is not translated.
--------------------------------------+-------------------------------------
 Reporter:  joseluis.rosa at iavante.es  |        Owner:  tracguest
     Type:  enhancement               |       Status:  assigned 
 Priority:  P2                        |    Milestone:  CPS 3.4.3
Component:  CPSPortlets               |      Version:  3.4.0    
 Severity:  normal                    |   Resolution:           
 Keywords:                            |  
--------------------------------------+-------------------------------------
Changes (by joseluis.rosa at iavante.es):

  * status:  new => assigned
  * owner:  jmorliaguet => tracguest

Comment:

 There's a little bug here:

 {{{
 alt_text = self.Localizer.default.gettext(alt, language)
 }}}

 should be

 {{{
 alt_text = self.Localizer.default.gettext(str(alt), language)
 }}}

 as alt sometimes is not a string, which is required so that it can be
 translated by message catalog.

-- 
Ticket URL: <http://svn.nuxeo.org/trac/pub/ticket/1645>
Nuxeo Repository <http://www.cps-project.org/>
Nuxeo Repository


More information about the Nuxeo-tickets mailing list

This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.