[web2py] Re: Supporting user translations on GAE

2010-12-04 Thread Richard
Does anyone happen to have a prior implementation? On Dec 4, 11:24 am, howesc wrote: > because you cannot write to the file system, your "updated files" will > need to be stored in the database.  since these could get large you > might consider using blobstore to store the files. > > then yes, y

[web2py] Re: Supporting user translations on GAE

2010-12-03 Thread howesc
because you cannot write to the file system, your "updated files" will need to be stored in the database. since these could get large you might consider using blobstore to store the files. then yes, you'll have to override T() with something that reads blobstore, or your database. i would recomm