locale_test_locale($op = 'groups')Implements hook_locale().
modules/locale/tests/locale_test.module, line 11
<?php
function locale_test_locale($op = 'groups') {
switch ($op) {
case 'groups':
return array('custom' => t('Custom'));
}
}
?>