Re: KeyError: u"Unknown language code 'en-us'."

2014-01-21 Thread Geotribu
Hi Jonathan, Thanks to yhou I've found what was wrong in my configuration file ! Thanks again and I've a good day. A. Le lundi 20 janvier 2014 17:11:55 UTC-3:30, Jonathan Pentecost a écrit : > > There is no language code "en-us" in django. `from > django.conf.global_settings import LANGUAGES

Re: KeyError: u"Unknown language code 'en-us'."

2014-01-20 Thread Jonathan Pentecost
There is no language code "en-us" in django. `from django.conf.global_settings import LANGUAGES` to get a list of all languages. On Monday, 20 January 2014 23:52:37 UTC+11, Geotribu wrote: Hi all, I've developed a multi-language application with Django. Everything works fine except I receive r