Implements hook_modules_disabled().

File

modules/locale/locale.module, line 650
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);
}