Home › Forums › WoodMart support forum › Problem with translations › Reply To: Problem with translations
July 8, 2024 at 4:53 pm
#581849
pablovilc
Participant
Hello Hung,
It does not work… but if I change “woocommerce” domain on:
<?php echo wp_kses_post( apply_filters( ‘wc_empty_cart_message’, __( ‘Your cart is currently empty.’, ‘woocommerce’ ) ) ); ?>
for
<?php echo wp_kses_post( apply_filters( ‘wc_empty_cart_message’, __( ‘Your cart is currently empty.’, ‘woodmart’ ) ) ); ?>
it works…