Opened 2 years ago
Last modified 12 months ago
#16012 accepted defect (bug)
Importer descriptions i18n — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Import | Version: | 3.1 |
| Severity: | normal | Keywords: | i18n has-patch |
| Cc: |
Description
At first I've tried to create a ticket on http://plugins.trac.wordpress.org/, but none of the importers are present in the Component dropdown. So I've decided to try it here.
As noted by Rasheed Bydousi on WP Polyglots, importer desciptions are displayed in English. The problem is that register_importer() function is called before the language file is loaded.
I've created patches for all the importers. I've also changed init action to admin_init, which seems to have more sense in this case.
Change History (13)
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
SergeyBiryukov
— 2 years ago
Note: See
TracTickets for help on using
tickets.