Opened 11 years ago
Closed 11 years ago
#21506 closed Uncategorized (invalid)
Wrong translation into russian for string "Enter a valid email address."
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | contrib.auth | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
version 1.6 contains wrong translation for russian locale:
msgid "Enter a valid email address."
msgstr "Введите корректное имя пользователя."
Must be
msgstr "Введите правильный адрес электронной почты."
Note:
See TracTickets
for help on using tickets.
Hi,
Translation errors should be reported on transifex.
See https://docs.djangoproject.com/en/1.6/internals/contributing/localizing/#translations for how to proceed.
Thanks.