Django

Code

Changeset 8606

Show
Ignore:
Timestamp:
08/27/08 00:10:20 (3 months ago)
Author:
mtredinnick
Message:

Fixed #8584 -- Fixed a case where the wrong locale might be made active in the
locale detection loop. Thanks, Ramiro Morales.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/utils/translation/trans_real.py

    r8602 r8606  
    390390            if os.path.exists(langfile): 
    391391                _accepted[normalized] = lang 
    392             return lang 
     392                return lang 
    393393 
    394394    return settings.LANGUAGE_CODE