Merge pull request #1460 from mafoo/Enhance-Add_mod_translate
added mod_translate to the modules list
This commit is contained in:
commit
17d433f12e
|
|
@ -627,6 +627,13 @@ echo $mod->dir."\n";
|
||||||
$mod['module_enabled'] = 'false';
|
$mod['module_enabled'] = 'false';
|
||||||
$mod['module_default_enabled'] = 'false';
|
$mod['module_default_enabled'] = 'false';
|
||||||
break;
|
break;
|
||||||
|
case "mod_translate":
|
||||||
|
$mod['module_label'] = 'Translate';
|
||||||
|
$mod['module_category'] = 'Applications';
|
||||||
|
$mod['module_description'] = 'format numbers into a specified format.';
|
||||||
|
$mod['module_enabled'] = 'true';
|
||||||
|
$mod['module_default_enabled'] = 'true';
|
||||||
|
break;
|
||||||
case "mod_xml_cdr":
|
case "mod_xml_cdr":
|
||||||
$mod['module_label'] = 'XML CDR';
|
$mod['module_label'] = 'XML CDR';
|
||||||
$mod['module_category'] = 'XML Interfaces';
|
$mod['module_category'] = 'XML Interfaces';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue