Inicio › API reference ›
hook_locale
hooks/core.php, line 2288
- Versions
- hooks
hook_locale($op = 'groups')
Allows modules to define their own text groups that can be translated.
Parameters
$op Type of operation. Currently, only supports 'groups'.
Código
<?php
function hook_locale($op = 'groups') {
switch ($op) {
case 'groups':
return array('custom' => t('Custom'));
}
}
?> 
Comentarios recientes
hace 17 horas 50 mins
hace 1 día 10 horas
hace 1 semana 21 horas
hace 14 semanas 4 días
hace 19 semanas 19 horas
hace 20 semanas 2 días
hace 20 semanas 5 días
hace 20 semanas 5 días
hace 21 semanas 2 días
hace 22 semanas 1 día