﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19597,Bundled plugins need a Text Domain header,nacin,,"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.",task (blessed),closed,normal,3.4,I18N,,normal,fixed,,pavelevap@…
