• Translating your plugin, I notice a bug: Line 50, File “premium-features.php”.
    In the string to translate appears “Subscribeti-woocommerce-wishlist”, when it should just be “Subscribe”.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @nobnob,

    I came here for the same reason, but you beat me: we seem to be quite picky, haha!

    In addition to what Javier already mentioned, the file with the issue is located here: premium-features.php#L50

    To fix this, you just need to change the dot here:

    <?php __('Subscribe' . 'ti-woocommerce-wishlist'); ?>

    …for a comma, like this:

    <?php __('Subscribe', 'ti-woocommerce-wishlist'); ?>

    Hope it helps!

    Plugin Author templateinvaders

    (@templateinvaders)

    Thanks for the reports. It was fixed in the 1.30.1 version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in a string to translate’ is closed to new replies.