Hi, sorry but how i can translate the following string inside gavern/wc-functions.php:
<?php echo sprintf(_n('%d product', '%d products', $woocommerce->cart->cart_contents_count, GKTPLNAME), $woocommerce->cart->cart_contents_count);?>
in wpml it found only product and products is seen how product text domain...
thanks