locale_help

function locale_help

locale_help($route_name, RouteMatchInterface $route_match)

Implements hook_help().

File

core/modules/locale/locale.module, line 144
Enables the translation of the user interface to languages other than English.

Code

function locale_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {
    case 'help.page.locale':
      $output = '';
      $output .= '<h3>' . t('About') . '</h3>';
      $output .= '<p>' . t('The Interface Translation module allows you to translate interface text (<em>strings</em>) into different languages, and t