Currently i’m working on a simple WordPress Plugin.

I know within the Plugin i need to write my strings as __() or _e() and call load_plugin_textdomain() but i wonder how to localize the Plugin Description.

Example:
example

This is not the Plugin i’m working on. It’s just an example to show what i mean.

1 Answer
1

Add two extra headers:

Text Domain: your-text-domain
Domain Path: /languages

Then use the plugin Codestyling Localization to create your language files. Usually it’ll find the description.

Leave a Reply

Your email address will not be published. Required fields are marked *