﻿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
25709	Template tag get_available_languages si doing unwanted translation	azurit	nobody	"I have this defined in my settings.py:


{{{
LANGUAGES = (
    ('sk', u'Slovenčina'),
    ('en', u'English'),
)
}}}


I don't want the language names to be translated and this is why i don't used _(). While using template tag get_available_languages to get list of available langauges, the language names are getting translated anyway."	Bug	closed	Template system	1.8	Normal	worksforme			Accepted	1	0	0	0	0	0
