#22016: Automatically reload i18n files on change, when DEBUG is True
-------------------------------------+-------------------------------------
     Reporter:  Patrick Michaud      |                    Owner:  Patrick
                                     |  Michaud
         Type:  New feature          |                   Status:  new
    Component:                       |                  Version:  master
  Internationalization               |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Rodrigo):

 With the current code base, this can be achieved by adding the .po suffix
 for watching in
 
https://github.com/django/django/blob/master/django/utils/translation/reloader.py,
 and then compile it.

 However, the .po suffix seems to been explicitly left out, perhaps there
 is not a consensus in this behavior for every workflow.

 This seems straightforward to implement at this moment, can someone
 confirm this?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22016#comment:5>
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.651d7280ac7d062cbaa00b982b10ad7f%40djangoproject.com.

Reply via email to