If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Translation Single Product meta.php

  • hi 

    there is a translation error with the word "Categories" here in woocommerce   meta.php

    $size = sizeof( get_the_terms( $post->ID, 'product_cat' ) );
    echo $product->get_categories( ', ', '<span class="posted_in">' . _n( 'Category:', 'Categories:', $size, 'jawtemplates' ) . ' ', '</span>' );
    ?>

    it does not translate. i have fixed it manually but it would be nice if you could update this for the next release
  • All following comments are shown for registered users only!

    (2 more comments)
This discussion has been solved.
All Discussions