#33645: Admin pagination always uses English pluralization rules
-----------------------------------------+------------------------
               Reporter:  sin-ack        |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  contrib.admin  |        Version:  4.0
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  1              |
-----------------------------------------+------------------------
 This line in the admin pagination template uses the model's `verbose_name`
 and `verbose_name_plural` to display how many objects are currently being
 displayed:
 
https://github.com/django/django/blob/deedf5bbc347e47b3be6e15783fc43a9c0a69256/django/contrib/admin/templates/admin/pagination.html#L9

 However, it does not take pluralization forms in other languages into
 consideration. `{% blocktranslate %}` with `{% plural %}` should be used
 here to take the pluralization into account.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33645>
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/010701802864965b-e4e87b17-d120-41b2-8b4b-eb9d1fe39d01-000000%40eu-central-1.amazonses.com.

Reply via email to