#30720: allow specifying multiple domains for makemessages and compilemessages
commands
------------------------------------------------+------------------------
               Reporter:  c v t                 |          Owner:  nobody
                   Type:  New feature           |         Status:  new
              Component:  Internationalization  |        Version:  2.2
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  1
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 (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`)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30720>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.132b8653fb759a26cc2ac49d703199d9%40djangoproject.com.

Reply via email to