﻿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
22593	ABout the locale paths	lushizhao@…	nobody	"I want to make a django.po in the root of the project( contains all model and templates )
in my settings.py 

LOCAL_PATHS = (
     '/path/to/project/locale/', 
)
but it doesn't work.and here is my project structure. It seems the django.po cannot be recognized.

project/
  -app/
  -app/
  -project/
    -settings.py
    -urls.py
  -templates/
  -static/
  -locale/

then i put the locale directory under an app directory  and use the makemessages tool,
it works. But it only contains the translation which marked in this app, which means I can't make the translations that marked in templates or other apps.
So is there any better solution for this situation?"	Uncategorized	closed	Uncategorized	1.6	Normal	invalid	i18n,locale_paths		Unreviewed	0	0	0	0	0	0
