function locale_modules_disabled

Implements hook_modules_disabled().

File

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

Code

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