aryehraber / statamic-captcha

Statamic Addon that protects your Statamic forms using a Captcha service.
MIT License
11 stars 8 forks source link

Error Message not localizable #28

Closed fjahn closed 2 years ago

fjahn commented 2 years ago

The error_message that is configurable via captcha.php is not localized. This could be fixed by wrapping all references to config('captcha.error_message') in a call to the function __. See Laravel Localization docs for details.

I can also do a PR in a couple of days if you say that it would be merged.

aryehraber commented 2 years ago

Hi Florian, a PR would be much appreciated. Thanks!

aryehraber commented 2 years ago

Thanks again @fjahn! This is now available in latest release 🚀