You did find a major bug. For now it is a fixed in trunk. Please give
it a try.
You do not need T.force unless your primary language (the one that
does not need trsnalation) is not english. In thi case you should do
T.current_languages=['pl', 'pl-pl']
T.force(T.http_accept_language)
or simply
T
Massimo, in this case it doesn't matter in which language my app is
written. I'm talking about 'welcome' and 'admin' applications which
comes with web2py. Current behavior is following:
If I set only one language in web browser preferences everything goes
ok. That means if I set 'es-es' I receive s
In which language is your app written in (pl, en, it)?
Do you have a:
T.current_language=['en']
T.force(request.env.http_accept_language)
in your code? We did change the behavior of languages at some point
from no default to default to english (we had a long discussions about
this here). This mea
3 matches
Mail list logo