English is not translated because by default:
T.current_languages = ['en']
change it to
T.current_languages = []
before T.force('en')
On Feb 14, 4:48 am, Dan <[email protected]> wrote:
> 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?
Not sure why but does not matter.
>
> Thanks for any help.