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 of Showing does not work

  • Hi 
    the translation of 

    Showing %1$d-%2$d of %3$d results

    did not work properly so i have changed in /woocommerce/loop/result-count.php  this line on row 32

    // printf( _x( 'Showing %1$d-%2$d of %3$d results', '%1$d = first, %2$d = last, %3$d = total', 'jawtemplates' ), $first, $last, $total );
    printf( __( 'Showing %1$d-%2$d of %3$d results', 'jawtemplates' ), $first, $last, $total );

    now its working :) maybe you can change it too..so it does work in future versions ?

    thanx
  • All following comments are shown for registered users only!

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