﻿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
13726	"Javascript translated string catalog is empty when settings.LANGUAGE_CODE is ""fr"" and session variable language_code is ""en"""	Mike	nobody	"I have LANGUAGE_CODE set to ""fr"" in settings.py. If the session variable ""language_code"" is also set to ""fr"", my javascript catalog correctly contains all of my French strings.

If I then change the session variable ""language_code"" to ""en"" and reload my page, the javascript catalog is empty and my string IDs are displayed instead.

If I change LANGUAGE_CODE to ""en"" in settings.py, the javascript catalog is correct when the session variable ""language_code"" is ""en"" and ""fr"", and my translated strings are all displayed correctly.

This definitely seems to be a bug in Django 1.1.2."		closed	Internationalization	1.1		fixed			Accepted	1	0	0	0	0	0
