[web2py] Re: A bug in lazyT in languages.py

2010-04-21 Thread hamdy.a.farag
Worked :) thanks On Apr 21, 4:11 pm, mdipierro wrote: > I do not know what is calling "publish" it is not web2py. Perhaps the > rss module. Try: > > 'title' : str(T('my_title')) > 'link' : '' >  'description':str(T('my_description')) >  'created_on' : '', >  'entries' > > On Apr 21, 7:04 am, "ham

[web2py] Re: A bug in lazyT in languages.py

2010-04-21 Thread mdipierro
I do not know what is calling "publish" it is not web2py. Perhaps the rss module. Try: 'title' : str(T('my_title')) 'link' : '' 'description':str(T('my_description')) 'created_on' : '', 'entries' On Apr 21, 7:04 am, "hamdy.a.farag" wrote: > Hi > > when trying to get the rss feeds to work I ma