﻿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
30720	Allow specifying multiple domains for makemessages command.	c v t	nobody	"(The left-over part of #17181..)

Currently, to update / compile catalogues for both `django` and `djangojs` domains, you need to run `makemessages` and `compilemessages` twice:

     django-admin.py makemessages -d django
     django-admin.py makemessages -d djangojs

It would be lovely to be able to run this in one command, either:

     django-admin.py makemessages -d django,djangojs

or:

     django-admin.py makemessages -d django -d djangojs

(Currently, the first version gives an error; the second version silently ignores the first `-d` option, in this example it would just regenerate `djangojs`)"	New feature	closed	Internationalization	dev	Normal	wontfix		Amin Mirzaee Dheeraj Kumar Ketireddy	Unreviewed	0	0	0	0	0	0
