#16084: makemessages command doesn't respect LOCALE_PATHS setting
--------------------------------------+------------------------------------
     Reporter:  heylinus              |                    Owner:  nobody
         Type:  New feature           |                   Status:  reopened
    Component:  Internationalization  |                  Version:  1.4
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by rivolaks@…):

 I'm having the same problem.
 I'm overriding some of Django's builtin date/time formats for different
 locales and at first put the formats.py files under ''locale/XX/''. And
 that of course gave me the gettext import errors described in Emil's 3rd
 point. So I renamed my 'locale' dir to 'locales' and now I have the
 problem number 2.
 I don't want two subdirs for the same thing either ('locale' for
 translations and e.g. 'locales' for the custom formats). So I'm probably
 going to have to duplicate the makemessages cmd and change the hardcoded
 path until the proper fix.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16084#comment:8>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to