Some of the information here may be outdated, please check the book instead
[edit]

Concatenating translation strings is nota good idea, in fact that is why web2py does not even allow you to do

T("bla")+T("bla")

but it does allow

T("bla %(name)s",dict(name='Tim'))
© 2008-2010 by Massimo Di Pierro - All rights reserved - Powered by web2py - design derived from a theme by the earlybird
The content of this book is released under the Artistic License 2.0 - Modified content cannot be reproduced.