Hi, Xpark
There’re little translation error in “_store/checkout.php” & “_inc/store.php”.
In “_store/checkout.php”, there’s a code shows below.
__( “Order Total: “, ‘ims ‘)
After ‘ims’, there’s a unnecessary space.
In “_store/checkout.php”, there’s a code shows below.
$this->error .= sprintf( __( ‘The %s is required.’, ‘ims’ ), $label ) . “<br />”;
‘$label’ is a raw text, not translated.
I put a line “$label = __($label,’ims’);” before that.
I don’t know whether It’s good. Would you correct it?
I hope Those were fixed in next update.
Appreciate nice plugin.