[wp-trac] [WordPress Trac] #19597: Bundled plugins need a Text Domain header

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 18 20:14:51 UTC 2011


#19597: Bundled plugins need a Text Domain header
----------------------------+-----------------
 Reporter:  nacin           |      Owner:
     Type:  task (blessed)  |     Status:  new
 Priority:  normal          |  Milestone:  3.4
Component:  I18N            |    Version:
 Severity:  normal          |   Keywords:
----------------------------+-----------------
 Hello Dolly and Akismet both use the default text domain, but neither
 specify the appropriate header to allow the Description field to be
 translated.

 The Japanese localization forcibly replaces the description fields of both
 plugins for the download zip. This is not ideal.

 Hello Dolly can continue to use default, but to trigger it, it will need
 to specify `Text Domain: default`. `load_plugin_textdomain()` will end up
 getting unnecessarily called in `_get_plugin_data_markup_translate()` but
 that's not the issue; it will allow the `translate()` call to be fired.

 Akismet should be shifted to its own Akismet header and textdomain.

 Please no commentary on the virtues of Hello Dolly, Akismet, bundled
 plugins, core plugins.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19597>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list