[ 'step_id' => 'display_as_translated_step', 'heading' => __( 'What do you want to do with products that are not translated?', 'woocommerce-multilingual' ), 'label_display_as_translated' => sprintf( /* translators: %1$s and %2$s are opening and closing HTML link tags */ esc_html__( 'Allow viewing products in languages they are not translated to but %1$sdisplay their content in the default language%2$s', 'woocommerce-multilingual' ), '', '' ), 'label_dont_display_as_translated' => __( 'Do not allow viewing products in languages they are not translated to', 'woocommerce-multilingual' ), /* translators: %1$s and %2$s are opening and closing HTML strong tags */ 'description_footer' => esc_html__( 'You can change these settings later by going to %1$sWPML » Settings.%2$s', 'woocommerce-multilingual' ), 'continue' => __( 'Continue', 'woocommerce-multilingual' ), 'go_back' => __( 'Go back', 'woocommerce-multilingual' ), ], 'is_display_as_translated_checked' => $is_display_as_translated_checked, 'continue_url' => $this->next_step_url, 'go_back_url' => $this->previous_step_url, ]; } public function get_template() { return '/setup/display-as-translated.twig'; } }