#16718: check_for_language fails when django are imported from zip file
------------------------+------------------------------
 Reporter:  jsantana@…  |          Owner:  nobody
     Type:  Bug         |         Status:  new
Milestone:              |      Component:  Translations
  Version:  1.2         |       Severity:  Normal
 Keywords:              |   Triage Stage:  Unreviewed
Has patch:  0           |  Easy pickings:  0
    UI/UX:  0           |
------------------------+------------------------------
 If you import django from a zip file and some i18n utils fail (i.e
 django.views.i18n.javascript_catalog)

 Steps:

 1. import django as zip file
 2. setup a javascript translation different from default with some
 strings, i.e locale/es/LC_MESSAGES/djangojs.{po,mo}
 3. setup javascript_catalog view
 4. make a request like http://server/i18n/?language=es

 - expected result:
 spanish catalog should be returned in javascript file

 - result:
 default language catalog is returned in javascript file

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16718>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to