OdifYltsaeb / django-multilingual

Automatically exported from code.google.com/p/django-multilingual
MIT License
0 stars 0 forks source link

Doesn't work with African or custom languages #120

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The multilingual plugin doesn't work when setting some African or any 
custom languages. In templates I get the default (English) translation 
although URL leads to some other path. Recalling {{ LANGUAGE_CODE }} also 
outputs the en code.

What steps will reproduce the problem?
1. Add any non-standard language i LANGUAGES () in settings.py 
2. Add some content into admin panel for the following language
3. Recall the website with the language URL

What is the expected output? What do you see instead?

I expect to extract the data from another language, no the default. It 
works with en, bg and es, but not with the others I try. 

What versions of django and multilingual are you using? On what operating 
system?

Fedora Core 12 (Linux), Django 1.1.1, multilingual latest from trunk.

Please provide any additional information below.

Where supported languages are defined?

Original issue reported on code.google.com by nofear...@gmail.com on 2 Jun 2010 at 11:18