Hi, I am trying to make internationalization work with variables, in my local environment on Win7, with web2py 1.89.1.
For reference I have the following test controller:
def xyz():
x = 'xyz'
return T(x)
But after calling that method, when I look at any of the language
files, the string 'xyz' is not there, even after executing "update all
languages".
Am I doing anything wrong?.
Thanks,
Carlos

