#22929 closed Bug (invalid)
Wrong translation in french for "Enter a valid email address." in contrib.auth
| Reported by: | anonymous | 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
In the french translation file for the contrib.auth module (django/contrib/auth/locale/fr/LC_MESSAGES/django.po),
the translation given for "Enter a valid email address." is
"Saisissez un nom d'utilisateur valable." which is wrong.
It should be: "Saisissez un email valide." or something like that.
(it is probably a quick copy and paste from the translation "Enter a valid username.")
Change History (3)
comment:1 by , 11 years ago
| Type: | Uncategorized → Bug |
|---|
comment:2 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Translations aren't tracked in this ticket tracker. Please see how to localize Django.