Intervention / validation

Missing Laravel Validation Rules
https://validation.intervention.io
MIT License
590 stars 67 forks source link

French translation improvement #34

Closed Okipa closed 4 years ago

Okipa commented 4 years ago

I worked on an improvement for the french translation of your package.

The internal rules (eg. username) benefit from a better explanation in case of errors.

Rules that can be applied on fields that are often handled by neophyte are explained in order to be understable (eg. titlecase, snakecase, ...).

If you agree with this, it could be nice to take care of the other translations in this way, in order to improve the default error messages.

I think I could do it for the english part at least.

olivervogel commented 4 years ago

Thank you.