﻿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
24413	"Translations for language ""en"" missing"	Tomasz Kontusz	nobody	"It seems translations for ""en"" are missing, which gives wrong results for LANGUAGE_CODE != 'en'.

I have LANGUAGE_CODE = 'pl', use the i18n/setlang/ view to set my current language to 'en', and visit a login page based on django.contrib.auth.forms.AuthenticationForm. Field labels are still in polish, but the strings the I've explicitly translated are in english. I expected the labels to use english versions, but looking here https://github.com/django/django/blob/master/django/contrib/auth/locale/en/LC_MESSAGES/django.po it looks like none of those are actually provided (so Django falls back to LANGUAGE_CODE)."	Bug	closed	Internationalization	1.8alpha1	Release blocker	fixed			Ready for checkin	1	0	0	0	0	0
