#13764: i18n in custom javascript
-------------------------------------------+--------------------------------
          Reporter:  sebastian_noack       |         Owner:  nobody
            Status:  new                   |     Milestone:        
         Component:  django.contrib.admin  |       Version:  1.2   
        Resolution:                        |      Keywords:        
             Stage:  Accepted              |     Has_patch:  1     
        Needs_docs:  0                     |   Needs_tests:  0     
Needs_better_patch:  1                     |  
-------------------------------------------+--------------------------------
Changes (by russellm):

  * needs_better_patch:  0 => 1
  * summary:  i18n in custum javascript [PATCH] => i18n in custom
              javascript
  * stage:  Unreviewed => Accepted

Comment:

 I'm going to accept this as a problem description, but not as a proposed
 fix. The problem clearly exists, but moving i18n into a per-model
 definition seems like the wrong approach to me. This would result in a
 proliferation of little jsi18n scripts, when what you really want is one
 good script that is composed of all the little extensions. There's no
 reason these extensions can't be defined on a per-model basis, but I don't
 see why they need to be served on a per-model basis.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13764#comment:2>
Django <http://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-upda...@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