Plugin strings are not translatable
-
Hello
Many strings are not translatable in the plugin version 1.3.5.
There are hard coded ones, both in English and Icelandic.
Some examples:
echo '<p>Thank you - your order is now pending payment. We are now redirecting you to Borgun to make payment.</p>';
$this->method_description = 'Borgun Secure Payment Page enables merchants to sell products securely on the web with minimal integration effort';
<p>Pay with your credit card via Borgun.</p>
Current Store currency is not valid for borgun gateway. Must be in ISK, USD, EUR, GBP, DKK, NOK, SEK, CHF, JPY, CAD, HUF
message: "Thank you for your order. We are now redirecting you to Borgun to make payment.",
$borgun_args[ 'itemdescription_' . $item_loop ] = 'Sendingarkostnaeur (' . $order->get_shipping_method() . ')';
$borgun_args[ 'itemdescription_' . $item_loop ] = 'Vireisaukaskattur';
- … etc
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin strings are not translatable’ is closed to new replies.