Re: [web2py] Language file on GAE

2017-05-16 Thread Karoly Kantor
Thank you, that's helpful. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web

Re: [web2py] Language file on GAE

2017-05-16 Thread Mathieu Clabaut
Couldn't yo run your application in a normal python environment (with a sqlite memory db for example) ? I'm doing that for quick testing phases, before testing in devapp server and in full GAe environment. Thus I'm able to produce the updated language files. Otherwise, I think there is a script or

Re: [web2py] Language file on GAE

2017-05-15 Thread Karoly Kantor
No, my language file is not updated. My local env is set to use Datastore. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message becau

Re: [web2py] Language file on GAE

2017-05-15 Thread Mathieu Clabaut
Yes. When manually visitting the website locally, the files are updated ans then will be uploaded to GAE when deploying. On Mon, May 15, 2017 at 4:53 PM Karoly Kantor wrote: > I understand web2py would generate my language file (e.g. it.py) in > runtime, except on GAE. Now, I am on GAE. > > What