#25162: Internationalization of static JS
-------------------------------------+-------------------------------------
     Reporter:  RignonNoel           |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:                       |                  Version:  1.8
  Internationalization               |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by claudep):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Thanks for the sample project. That's exactly what I tried to explain
 before. Setting STATIC_ROOT to an existing repository directory is a
 mistake. STATIC_ROOT is a directory where the `collectstatic` management
 command is going to **copy** all static files from all apps, and it should
 NOT point to any of your app static directory.

 `makemessages` is purposefully excluding extraction from files inside
 STATIC_ROOT (as it's already extracting messages from the static files in
 their initial directory).

--
Ticket URL: <https://code.djangoproject.com/ticket/25162#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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.d6d4f5cb9997459bba2f3d64f475c5ec%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to