function hook_tmgmt_translator_plugin_info_alter

Alter information about translator plugins.

Related topics

File

./tmgmt.api.php, line 64
Hooks provided by the Translation Management module.

Code

function hook_tmgmt_translator_plugin_info_alter(&$info) {
  $info['test_source']['description'] = t('Updated description');
}