HCaptcha translation
Hi!
First, thank you for this bundle! It helps a lot :)
A tiny improvement I tried is to implement the current language in the script loading HCaptcha service, in `src/Service/HCaptchaService.php` at line 49, by replacing `de` by `'.$GLOBALS['TL_LANGUAGE'].'`.
Do you think it's possible, or does it have an effect I did not see?
issue