How can I make a translation to this text on woocommerce/cart/cart_totals.php:
#: woocommerce/cart/cart-totals.php:84
#, php-format
msgid “”
“Note: Shipping and taxes are estimated%s and will be updated during checkout ”
“based on your billing and shipping information.”
msgstr “”
If i add that to my translation-file, I get an error in poedit. If I remove this line of code from the cart_totals.php I loose the proceed to checkout-button:
printf( __( ‘Note: Shipping and taxes are estimated%s and will be updated during checkout based on your billing and shipping information.’, ‘woocommerce’ ), $estimated_text );