function locale_modules_uninstalled

Implements hook_modules_uninstalled().

File

drupal/core/modules/locale/locale.module, line 409
Enables the translation of the user interface to languages other than English.

Code

function locale_modules_uninstalled($modules) {
  $components['module'] = $modules;
  locale_system_remove($components);
}