Bug in translation
-
Hi there,
I found a bug in the plugin.
The text “More products” is not translating because there is a wrong reference in the code of storefront-product-pagination.php:esc_attr( __( ‘More products’, ‘storefront’ ) )
should be:
esc_attr( __( ‘More products’, ‘storefront-product-pagination’ ) )
I’ve changed it and it works. Please update the code. Thanks!
Kind regards, Joris
- The topic ‘Bug in translation’ is closed to new replies.