Opened 8 years ago

Closed 8 years ago

#27049 closed Uncategorized (invalid)

Romanian i18n typo

Reported by: DSBalaban Owned by: nobody
Component: Internationalization Version: 1.10
Severity: Normal Keywords: i18n ro
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

There's a slight issue with the Romanian invalid email translation, in

django/conf/locale/ro/LC_MESSAGES/django.po at line 313:

msgid "Enter a valid email address."
msgstr "Introduceți o adresă de email validaă."

"validaă" should be "validă".

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: invalid
Status: newclosed

Thanks for the report, however, translations are handled at Transifex, not in this ticket tracker.

Note: See TracTickets for help on using tickets.
Back to Top