﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16525	Bug in get_language_from_request  on python 2.4 and Ukrainian language	AndrewG	nobody	"Django 1.3, CentOS 5 (python 2.4).

HTTP_ACCEPT_LANGUAGE = ''''uk''',ru;q=0.8,en-us;q=0.5,en;q=0.3'

But get_language_from_request return '''ru'''.

{{{
normalized = locale.locale_alias.get(to_locale(accept_lang, True))
}}}
Not work, because: 
'''locale_alias''' haven't ""uk"", in python 2.4. Its hard-coded.
"	Bug	closed	Internationalization	1.3	Normal	wontfix			Unreviewed	0	0	0	0	0	0
