' . /* translators: "WPML Site Languages section" is the title of the WPML settings page where administrators can configure the site's languages */ esc_html__( 'WPML Site Languages section', 'sitepress' ) . ''; /* translators: "%s" will be replaced with a link to "WPML Site Languages section" page */ $message = sprintf( __( 'When WPML is activated, the site language should be changed in the %s.', 'sitepress' ), $link ); wp_localize_script( 'wpml-options-general', 'wpmlOptionsGeneral', array( 'languageSelectMessage' => $message ) ); } }