hello list

if i do this in a page template:

  <div tal:attributes="title python:u'Title'"

        i18n:attributes="title"

i18n:translate="" tal:content="python:u'Title'" i18n:domain="zope"/>

    <div i18n:translate="" i18n:domain="zope">Title</div>

the content of the first div gets not translated, but second does, also the title attribute gets translated

is this a bug

thx, Bernd
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to