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:
This is not the Plugin i’m working on. It’s just an example to show what i mean.