﻿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
18492	LOCALE_PATHS documentation mismatch?	baokham.chau@…	nobody	"At https://docs.djangoproject.com/en/dev/ref/settings/ (and also for the 1.4 version), we have:

LOCALE_PATHS
Default: () (Empty tuple)

A tuple of directories where Django looks for translation files. See Using translations in your own projects.

However, when I set LOCALE_PATHS = ('my/path/to/locale/'), it didn't work. Setting LOCALE_PATHS = ['my/path/to/locale/'] works. Suggest changing the documentation to reflect that LOCALE_PATHS is a list, not a tuple.

Thanks!"	Cleanup/optimization	closed	Documentation	1.4	Normal	invalid			Unreviewed	0	0	0	0	0	0
