Hi,
I had the same problem, you can do this to solve it:
open the plugin file: >src>hyyan>WPI>cart.php
and delete this code:
// handle the translation of displayed porducts in cart
add_filter(
'woocommerce_cart_item_product'
, array($this, 'translateCartProducts')
, 10
, 2
);
This worked for me. Try it
Regards