function locale_modules_disabled

Implements hook_modules_disabled().

Archivo

drupal-7.x/modules/locale/locale.module, line 647
Add language handling functionality and enables the translation of the user interface to languages other than English.

Código

function locale_modules_disabled($modules) {
  locale_modules_enabled($modules);
}