Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#29477 closed Bug (invalid)

wrong translation on es_MX

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 (2)

comment:1 by zodman, 6 years ago

Description: modified (diff)

comment:2 by Claude Paroz, 6 years ago

Resolution: invalid
Status: newclosed

Thanks for the report, but translations are handled through Transifex.
https://docs.djangoproject.com/en/dev/internals/contributing/localizing/#translations

Last edited 6 years ago by Tim Graham (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top