All my english translations are ignored by web2py. If I rename the english translation file to e.g. fr.py and forece to language to be FR (T.force( 'fr' )) it is working correctly.
T.get_possible_languages() gives me: ['en', 'de', 'en'] Why is EN listed twice? Thanks for any help.

