Index: modules/locale/locale.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/locale/locale.module,v
retrieving revision 1.284
diff -u -p -r1.284 locale.module
--- modules/locale/locale.module	22 Feb 2010 20:53:13 -0000	1.284
+++ modules/locale/locale.module	2 Mar 2010 01:03:16 -0000
@@ -458,9 +458,8 @@ function locale_field_attach_view_alter(
  * Implements hook_entity_info_alter().
  */
 function locale_entity_info_alter(&$entity_info) {
-  $enabled = drupal_multilingual();
   foreach ($entity_info as $type => $info) {
-    $entity_info[$type]['translation']['locale'] = $enabled;
+    $entity_info[$type]['translation']['locale'] = TRUE;
   }
 }
 
