You are here

function commerce_i18n_string_info in Commerce Core 7

Implements hook_i18n_string_info().

File

./commerce.module, line 420
Defines features and functions common to the Commerce modules.

Code

function commerce_i18n_string_info() {
  $groups['commerce'] = array(
    'title' => t('Drupal Commerce'),
    'format' => TRUE,
  );
  return $groups;
}