You are here

function openlayers_i18n_string_info in Openlayers 7.3

Implements hook_i18n_string_info().

File

./openlayers.module, line 89
Openlayers module.

Code

function openlayers_i18n_string_info() {
  $groups['openlayers'] = array(
    'title' => t('Openlayers'),
    'format' => TRUE,
  );
  return $groups;
}