function locale_locale

Implements hook_locale().

File

modules/locale/locale.module, line 264

Code

function locale_locale($op = 'groups') {
  switch ($op) {
    case 'groups':
      return array(
        'default' => t('Built-in interface'),
      );
  }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.