Re: [web2py] Re: LazyT in a list...

2010-08-16 Thread Jason Brower
How silly of me... thanks. On Sun, 2010-08-15 at 06:47 -0700, mdipierro wrote: > keywords = > [str(T('Furniture')),str(T('Store')),str(T('')),str(T(''))] > > On Aug 15, 6:33 am, Jason Brower wrote: > > It seems I can't do this. > > keywords = [T('Furniture'),T('Store'),T(''),T('')] > > response.

[web2py] Re: LazyT in a list...

2010-08-15 Thread mdipierro
keywords = [str(T('Furniture')),str(T('Store')),str(T('')),str(T(''))] On Aug 15, 6:33 am, Jason Brower wrote: > It seems I can't do this. > keywords = [T('Furniture'),T('Store'),T(''),T('')] > response.meta.keywords = ' '.join(keywords) > I was thinking it would be usefully to localize my keywor