How to translate Laravel "hardcoded" string "(and 1 more error)", using dynamic translation key..( Validation Exception class )
I have some validations in place, and I am validating it like this: and I noticed when there is more than 1 error, laravel will add to the message "and 1(or 2 or 4..) more error(s)" .. Take a look…