In this file: /wp-content/themes/storefront/style-rtl.css you write this code:
.rtl .pagination a.next, .rtl .pagination a.prev, .rtl .woocommerce-pagination a.next, .rtl .woocommerce-pagination a.prev {
transform: rotateY(
-180deg);
}
This code mirror the text.
But in Persian no need to mirror these text.
In Persian قبلی and بعدی is correct (after translate).
When I remove this code is chrome inspect or unset “transform” in custom css, these text are display correct.