You are here

function domain_locale_drush_help in Domain Locale 7

Implements hook_drush_help().

File

./domain_locale.drush.inc, line 33
Drush commands for Domain Locale.

Code

function domain_locale_drush_help($section) {
  switch ($section) {
    case 'meta:domain_locale:title':
      return dt('Domain Locale');
    case 'meta:domain_locale:summary':
      return dt('Adds specific language settings to a site.');
  }
}