Implements hook_themes_enabled().
@todo This is technically wrong. We must not import upon enabling, but upon initial installation. The theme system is missing an installation hook.
function locale_themes_enabled($themes) {
$components['theme'] = $themes;
locale_system_update($components);
}