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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.