It would be a little bit "hard" or counterintuitive... The next step in development would be support more languages going on: by now I'd like a way to tell web2py: if Accept-Language is in ['it', 'it-it'] apply translations from it.py, else apply translations from ['en'].
In this way a would have a "functional" default of a 'en' application, and when I'd like to add support for, let's say, 'fr', I can add them with the same logic I used for 'it'. Is there a way to accomplish that ?

