Index: sites/all/modules/features/features.module
===================================================================
--- sites/all/modules/features/features.module	(revision 458)
+++ sites/all/modules/features/features.module	(working copy)
@@ -469,6 +469,11 @@
     $install = array_unique($install);
     include_once './includes/install.inc';
     drupal_install_modules($install);
+    
+    // Notify locale module about module changes, so translations can be
+    // imported. This might start a batch, and only return to the redirect
+    // path after that.
+    module_invoke('locale', 'system_update', $install);
   }
 }
 
