laravel / ideas

Issues board used for Laravel internals discussions.
939 stars 28 forks source link

Use existing translation file for Password rule errors #2595

Closed robinheidrich closed 3 years ago

robinheidrich commented 3 years ago

The new Password validation rule requires that a .json file is created for the translation of the error messages.

I would rather add these texts to the validation.php file.

Any chance this could be changed?

themsaid commented 3 years ago

I don't think this change is going to happen since the feature is already out and used by many users.