Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#18065 closed defect (bug) (wontfix)

wp-mail.php error messages not translated

Reported by: damst's profile DaMsT Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: I18N Keywords:
Focuses: Cc:

Description

Got reports of wp-mail.php errors being displayed in English instead of installed language. Specifically the POP3 error messages.

Change History (3)

#1 @DaMsT
13 years ago

More info

User reports this error being displayed in English

POP3 connect: No server specified

http://core.trac.wordpress.org/browser/tags/3.2/wp-includes/class-pop3.php#L81

I'm guessing all error messages specified in class-pop3.php will be displayed in English and not the installed language, since they all use

_

and not

__

#2 @dd32
13 years ago

Thats pretty much the case, the pop3 library is an external library and it's errors are displayed as-is.

Theres also a good potential that some errors returned from it, will be error strings returned directly from the POP3 server itself..

#3 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as wontfix, since there are no plans to add i18n for the external library.

Note: See TracTickets for help on using tickets.