﻿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
7002	Admin application doesn't get translated when using Apache + mod_python	Hilbert Schraal <hilbert@…>	nobody	"I'm deploying django 0.96.1 on Apache + mod_python on debian etch. In
the setting.py I have:

LANGUAGES = (
    ('nl', 'Dutch'),
)

LANGUAGE_CODE = 'nl'

USE_I18N = True

On development using 'manage.py runserver' I have the admin app
translated in Dutch. Behind Apache + mod_python the admin app always
shows up in English. I even have set my language preference in my
browser to Dutch, to no avail. 

I'm attaching my settings.py and my Apache2 config for reference."		closed	Internationalization	0.96		invalid	admin, nfa-fixed		Fixed on a branch	0	0	0	0	0	0
