• Hi there,
    The theme I’m using (CoWorker) is WooCommerce ready and has a woocommerce directory in it. Since I want my online shop to be multilingual, I translated the theme .po file but I noticed that some strings where not translated. what is strange is that some are perfectly translated and some are not.
    For instance, the string “Your cart is currently empty.” is not translated. So I looked at the php file and here it is:
    <div class="alert alert-error"><?php _e( 'Your cart is currently empty.', 'woocommerce' ) ?></div>
    It seems to me the code is fine, but I can’t figure out why it is not translated. I wonder why some strings are translated and some are not.
    Do you have any clue?
    Thanks.

The topic ‘Some strings not translated’ is closed to new replies.