There is no infrastructure in calibre for plugin translations. You can however add translation resources to your plugin zip file and load them at plugin startup. See the documentation of the gettext python module. Just be careful not to use the _() global function, as that is used by calibre itself, use some other function for your translations.
|