Ticket #7831: 7831.patch
File 7831.patch, 533 bytes (added by , 16 years ago) |
---|
-
trans_real.py
392 392 393 393 for lang, dirname in ((accept_lang, normalized), 394 394 (accept_lang.split('-')[0], normalized.split('_')[0])): 395 if lang not in supported:395 if lang.lower() not in supported: 396 396 continue 397 397 langfile = os.path.join(globalpath, dirname, 'LC_MESSAGES', 398 398 'django.mo')