Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20818 closed Bug (invalid)

"Enter a valid email address." the msgid was changed on stable/1.5.x which caused its msgstr empty.

Reported by: gzerone@… Owned by: nobody
Component: Translations Version: 1.5
Severity: Normal Keywords: zh_CN translation email field
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

I have to post the bug here since Transifex didn't resolve it.

File: django/conf/locale/zh_CN/LC_MESSAGES/django.po
The msgid was "Enter a valid e-mail address." in stable/1.4.x.
And now:

#: core/validators.py:104 forms/fields.py:464
msgid "Enter a valid email address."
msgstr ""

On branch: stable/1.5.x and master

The msgstr is missing. Please make up the string: "输入一个有效的 Email 地址。"

Thanks.

Change History (2)

comment:1 by Claude Paroz, 11 years ago

Resolution: invalid
Status: newclosed

Hi, translation issues are not tracked by this bug tracker. And unfortunately, this translation was added too late on Transifex to enter the 1.5 release. It will be translated in 1.6, though.

in reply to:  1 comment:2 by anonymous, 11 years ago

Replying to claudep:

Hi, translation issues are not tracked by this bug tracker. And unfortunately, this translation was added too late on Transifex to enter the 1.5 release. It will be translated in 1.6, though.

Okey, thanks.

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