Translate item
-
I found this code to make link for the cart page but with info on items and price.
<span style=”font-size:15px”>” title=”<?php _e( ‘View your shopping cart’ ); ?>”>Indkøbskurv <?php echo sprintf ( _n( ‘%d item’, ‘%d items’, WC()->cart->get_cart_contents_count() ), WC()->cart->get_cart_contents_count() ); ?> – <?php echo WC()->cart->get_cart_total(); ?></span>But the output is partly in english – I want it in danish. I have tried to upload a .po file to the woocommerce folder, but without luck.
item.po
msgid “item”
msgstr “vare”msgid “items”
msgstr “varer”/Camilla
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Translate item’ is closed to new replies.