Opened 6 years ago

Last modified 6 years ago

#29477 closed Bug

wrong translation on es_MX — at Version 1

Reported by: zodman Owned by: nobody
Component: Internationalization Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description (last modified by zodman)

https://github.com/django/django/blob/d6859a14891f028dde8c6d27fb2960ef9984a072/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po#L79

Correct:

#, python-format
msgid ""
"Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive."
msgstr ""
"Por favor introduzca %(username)s y contraseña correctos. Note que puede que "
"ambos campos sean estrictos en relación a diferencias entre mayúsculas y "
"minúsculas."

Change History (1)

comment:1 by zodman, 6 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top