Kaydet (Commit) 3b993b29 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Fixed #8584 -- Fixed a case where the wrong locale might be made active in the

locale detection loop. Thanks, Ramiro Morales.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 8226b8c9
......@@ -389,7 +389,7 @@ def get_language_from_request(request):
'django.mo')
if os.path.exists(langfile):
_accepted[normalized] = lang
return lang
return lang
return settings.LANGUAGE_CODE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment