Index: wp-admin/includes/theme.php
===================================================================
--- wp-admin/includes/theme.php	(revision 40054)
+++ wp-admin/includes/theme.php	(working copy)
@@ -265,7 +265,6 @@
 			'sticky-post'           => __( 'Sticky Post' ),
 			'theme-options'         => __( 'Theme Options' ),
 			'threaded-comments'     => __( 'Threaded Comments' ),
-			'translation-ready'     => __( 'Translation Ready' ),
 		),
 
 		__( 'Subject' )  => array(
Index: wp-includes/class-wp-theme.php
===================================================================
--- wp-includes/class-wp-theme.php	(revision 40054)
+++ wp-includes/class-wp-theme.php	(working copy)
@@ -805,6 +805,7 @@
 						'fixed-layout' => __( 'Fixed Layout' ), 'fluid-layout' => __( 'Fluid Layout' ),
 						'responsive-layout' => __( 'Responsive Layout' ), 'blavatar' => __( 'Blavatar' ),
 						'photoblogging' => __( 'Photoblogging' ), 'seasonal' => __( 'Seasonal' ),
+						'translation-ready' => __( 'Translation Ready' ),
 					);
 
 					$feature_list = get_theme_feature_list( false ); // No API
