diff --git a/php/WP_CLI/CommandWithTranslation.php b/php/WP_CLI/CommandWithTranslation.php index cba6ec7571..2b0adea2a8 100644 --- a/php/WP_CLI/CommandWithTranslation.php +++ b/php/WP_CLI/CommandWithTranslation.php @@ -172,13 +172,6 @@ public function install( $args, $assoc_args ) { */ public function update( $args, $assoc_args ) { - // Ignore updates for the default locale. - if ( 'en_US' == get_locale() ) { - \WP_CLI::success( "Translations updates are not needed for the 'English (US)' locale." ); - - return; - } - $updates = $this->get_translation_updates(); if ( empty( $updates ) ) { \WP_CLI::success( 'Translations are up to date.' );