#16764: LANGUAGES and LANGUAGE_CODE settings doesn't work correctly
-------------------------------------+-------------------------------------
               Reporter:  anonymous  |          Owner:  gaba
                   Type:  Bug        |         Status:  reopened
              Milestone:             |      Component:
                Version:  1.3        |  Internationalization
             Resolution:             |       Severity:  Normal
           Triage Stage:             |       Keywords:  language settings
  Unreviewed                         |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
Changes (by jezdez):

 * status:  closed => reopened
 * resolution:  fixed =>
 * stage:  Accepted => Unreviewed


Comment:

 Replying to [comment:3 gabelula@…]:
 >
 > en_US does not have a language translation in django so is not gonna be
 used in your application. Adding en_US to the languages is the same as not
 adding anything. As you can see if you only have 'mn' in your languages
 then it will only get the mongolian version of the site. If you have your
 browser setup to mongolian and you have en and mn in the languages then
 the site will be in mongolian.

 Actually, that's not true, Django falls back to the base language (`en`)
 if the specific language (`en-us`) can't be found.

 Also, please don't mark tickets as fixed if there wasn't a fix applied or
 solution found.

 Responding to the ticket author: this needs more information of how to
 reproduce (I can't).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16764#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to