Cannot fully translate “Google credit” when using recaptcha
-
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.
Thanks,
Jörn
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Cannot fully translate “Google credit” when using recaptcha’ is closed to new replies.