Hi there!
Translation and internationalization support is definitely on the road map =)
I’m thinking about adding a few options to the settings page for forcing language and allowing you to customize the “CAPTCHA failed. Please try again!” message.
Unfortunately I don’t have the resources to do a proper translation. The plan is to open up the functionality by adding a dropdown for forcing the language from this list in addition to a text field to override the error message that displays.
If this sounds like a good fix let me know! Thanks so much for your feedback!
To translate recaptcha component (google api, not plugin), find file ‘class-gf-no-captcha-recaptcha-public.php’ in ‘public’ folder, open it and with ‘Enqueue External API JS’, line 246. You must edit code in next row, from
https://www.google.com/recaptcha/api.js?render=explicit
to
https://www.google.com/recaptcha/api.js?render=explicit&hl=ru
where is ‘ru’ is your language code.
You can see your language code, supported by recaptcha api here:
https://developers.google.com/recaptcha/docs/language
You can edit ‘CAPTCHA failed. Please try again!’ in line 293, same document.
njxqlus – thanks for the roadmap! I will be getting on this soon, been very busy with running the ol’ business =P
If you would like to help me out before I get a chance to address these changes I absolutely would accept a good pull-request on the official GitHub repository!!!
Thanks so much for your support!!