anhskohbo / no-captcha

No CAPTCHA reCAPTCHA For Laravel.
https://packagist.org/packages/anhskohbo/no-captcha
MIT License
1.77k stars 234 forks source link

How to pass laravel trans "__()" directive? #140

Closed dima2306 closed 5 years ago

dima2306 commented 5 years ago

Hello, I'm using invisible recaptcha with displaySubmit() method. How can I pass second attribute as laravel trans method: {{__('some.translate.key')}}? I've multilingual site, so I need to pass correct button name for currently active language. Thanks.