locale_locale($op = 'groups')
Implements hook_locale().
modules/locale/locale.module, line 291
<?php function locale_locale($op = 'groups') { switch ($op) { case 'groups': return array('default' => t('Built-in interface')); } } ?>
Some quick links to get you started