Opened 2 years ago

Last modified 12 months ago

#16012 accepted defect (bug)

Importer descriptions i18n — at Version 8

Reported by: SergeyBiryukov Owned by: nacin
Priority: normal Milestone: WordPress.org
Component: Import Version: 3.1
Severity: normal Keywords: i18n has-patch
Cc:

Description (last modified by SergeyBiryukov)

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 descriptions 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 (21)

  • Milestone changed from Awaiting Review to WordPress.org
  • Owner set to nacin
  • Status changed from new to accepted
  • Keywords has-patch added

Changeset for WordPress Importer.

Related: #18200

Other importers also should be updated for proper i18n, to test language packs on them.

Sergey, I've put your changes into the version of the blogger-importer I've been working on this week. See http://core.trac.wordpress.org/ticket/14525#comment:20 as I don't have access to that part of SVN.

Relevant blogger importer changes now live in 0.5.

  • Description modified (diff)
Note: See TracTickets for help on using tickets.