﻿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
8584	Corner case for get_language_for_request function in translation	Ramiro Morales	nobody	"As I understand the problem would show itself if the following, rather strange, conditions are met:

 * User language preference specify `xx-YY`
 * `xx_YY` l10n is supported by the Django installation (i.e. it's listed in `settings.LANGUAGE`)
 * The actual `xx_YY/LC_MESSAGES/django.mo` is missing from the project, or the Django installation itself
 * `xx` is listed in in `settings.LANGUAGE`
 * `xx/LC_MESSAGES/django.mo` file exists

In this scenario, Django won't use the `xx` translation.

PS: Also, `pyflakes` points out there is an unused import of `settings` in line 61 of the same file."		closed	Internationalization	dev		fixed			Accepted	1	0	0	0	0	0
