set('type', 'theme' ); $this->set('title', __( 'Translate themes', 'loco-translate' ) ); foreach( Loco_package_Theme::getAll() as $bundle ){ $this->addBundle( $bundle ); } return parent::render(); } }