Re: [Zope3-dev] i18n translate tal:contents not translated

2005-10-13 Thread Stephan Richter
On Wednesday 12 October 2005 03:11, Bernd Dorn wrote: 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=zopeTitle/div

[Zope3-dev] i18n translate tal:contents not translated

2005-10-12 Thread Bernd Dorn
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=zopeTitle/div the content of the first div gets not translated,