• Resolved bungpm

    (@bl-solutions)


    Hi,

    I am trying to add a translation for the “google credit” added to the form when using recaptcha. Unfortunately, not all of the text is fed through the i18n mechanism:

    <div class="cwginstock_google_credit">
    <small>
    <?php esc_html_e( 'This site is protected by reCAPTCHA and the Google', 'back-in-stock-notifier-for-woocommerce' ); ?>
    <a href="https://policies.google.com/privacy">
    <?php esc_html_e( 'Privacy Policy', 'back-in-stock-notifier-for-woocommerce' ); ?>
    </a> and
    <a href="https://policies.google.com/terms">
    <?php esc_html_e( 'Terms of Service', 'back-in-stock-notifier-for-woocommerce' ); ?>
    </a> apply.
    </small>
    </div>

    The words “and” and “apply” are not translatable. Would be great if this could be fixed.

    https://ibb.co/P29PJY0

    Thanks,

    Jörn

Viewing 1 replies (of 1 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello,

    Thank you for your feedback.

    We’ve addressed the issue you reported in the latest version (5.9.0).
    Please update to the latest version and check if everything works as expected.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Cannot fully translate “Google credit” when using recaptcha’ is closed to new replies.