Opened 23 months ago
Closed 21 months ago
#18065 closed defect (bug) (wontfix)
wp-mail.php error messages not translated
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| 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)
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..
comment:3
SergeyBiryukov — 21 months 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.

More info
User reports this error being displayed in English
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