﻿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
29712	Add warning in makemessages command if the localecode with `l` flag is not correct	Sanyam Khurana	David	"Hey Calude,

What about normalizing the directory name to something that would just work.

For example, 

No matter, if the developer is doing all these:

`python manage.py makemessages -l zh_cn`
`python manage.py makemessages -l zh_CN`
`python manage.py makemessages -l ZH_CN`
`python manage.py makemessages -l ZH-CN`

etc.

we, just normalize the directory name to `zh_CN` and it would work.

I'm still about to read the code of `makemessages` command and probably if there are any more checks than just this, then we'll have to figure out another way all together."	Bug	assigned	Internationalization	2.1	Normal				Accepted	0	0	0	0	1	0
