Hi,
There is an incorrect translation in French with the validation of
uniqueness of email field (and possibly other fields):
msgid:
%(model_name)s with this %(field_labels)s already exists.
msgstr:
Un(e) %(model_name)s avec ce %(field_labels)s existe déjà.
French rendering:
Un(e) Utilisateur avec ce Adresse électronique existe déjà.
It should be:
Un utilisateur avec cette adresse électronique existe déjà.
The problem is that the msgid concatenates others msgid in a generic one.
But it creates 2 kind of issues: undesired uppercase characters and
spelling mistakes.
Regards,
--
You received this message because you are subscribed to the Google Groups "Django
internationalization and localization" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-i18n+unsubscr...@googlegroups.com.
To post to this group, send email to django-i18n@googlegroups.com.
Visit this group at http://groups.google.com/group/django-i18n.
For more options, visit https://groups.google.com/d/optout.