No! Forget it... My error! On Mon, Dec 6, 2010 at 4:40 PM, Richard Vézina <ml.richard.vez...@gmail.com>wrote:
> Hello, > > There is a little typo in the book : > > http://www.web2py.com/book/default/chapter/04#T-and-Internationalization > > Example 5 : > > > T("blah %(name)s blah") % dict(name='Tim') > > I think it should : > > T("blah %(name)s blah") % dict(name='Tim')) > > > Richard >