﻿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
3832	i18n of application names in admin	omat@…	Adrian Holovaty	"This may be trivial, but, the admin application does not allow internationalization of the application names, it always uses the name in the INSTALLED_APPS setting.

If the line 21 of contrib/admin/templatetags/adminapplist.py is changed to:

app_label = _(app_models[0]._meta.app_label)

users will have control on the application name displayed in the admin application by i18n.
"		closed	contrib.admin	dev		duplicate	admin i18n		Design decision needed	1	0	0	0	0	0
