locale_locale
- Versions
- 6 – 7
locale_locale($op = 'groups')
Implementation of hook_locale().
Code
modules/locale/locale.module, line 192
<?php
function locale_locale($op = 'groups') {
switch ($op) {
case 'groups':
return array('default' => t('Built-in interface'));
}
}
?>Login or register to post comments 