#34738: Django admin doesn't translate error
-------------------------------------+-------------------------------------
     Reporter:  Aleksandr Yudin      |                    Owner:  Aleksandr
                                     |  Yudin
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.admin        |                  Version:  4.2
     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 Natalia Bidart):

 * stage:  Accepted => Unreviewed


Comment:

 Thank you Claude! A TIL for me :-)

 I can see now how, for example, the `es` translation has
 
[https://github.com/django/django/blob/main/django/contrib/admin/locale/es/LC_MESSAGES/django.po
 the following] for this case:

 {{{
 msgid "Please correct the error below."
 msgid_plural "Please correct the errors below."
 msgstr[0] "Por favor, corrija el siguiente error."
 msgstr[1] "Por favor, corrija los siguientes errores."
 msgstr[2] "Por favor, corrija los siguientes errores."
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34738#comment:4>
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/010701898e19d790-27a8134d-b158-43e9-babe-6eb33324b498-000000%40eu-central-1.amazonses.com.

Reply via email to