﻿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
24805	Improve makemessages error reporting for invalid locale path	Wim Feijen	nobody	"Following https://docs.djangoproject.com/en/dev/topics/i18n/translation/ in a Mezzanine project, I get an error when I run 

    django-admin.py makemessages -l nl

CommandError: Unable to find a locale path to store translations for file requirements.txt
 
mkdir locale solves it. 
http://stackoverflow.com/questions/24937133/django-commanderror-unable-to-find-a-locale-path-to-store-translations-for-fi

Proposal: update documentation to add an instruction to make a locale directory, (f.e. 
mkdir locale) before the command: django-admin.py makemessages -l nl"	Bug	closed	Internationalization	1.8	Normal	fixed			Ready for checkin	1	0	0	0	1	0
