Opened 12 years ago
Closed 12 years ago
#21402 closed Bug (invalid)
Wrong Czech translation in EmailField validator
| Reported by: | Jan Munclinger | Owned by: | nobody |
|---|---|---|---|
| Component: | Translations | 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
When I use an EmailField in my form, I see a wrong translation of validation error message "Enter a valid email address.". Correct CZ text is "Zadejte platnou e-mailovou adresu."
Wrong:
https://github.com/django/django/blob/1.6/django/contrib/auth/locale/cs/LC_MESSAGES/django.po#L288
Correct:
https://github.com/django/django/blob/1.6/django/conf/locale/cs/LC_MESSAGES/django.po#L357
Note:
See TracTickets
for help on using tickets.
Translations aren't tracked in this ticket tracker. Please see how to localize Django.