lucascudo / laravel-pt-BR-localization

Tradução do Laravel para português brasileiro (pt-BR locale). Buy me a coffe: https://www.buymeacoffee.com/lucasrocha
GNU General Public License v3.0
1.15k stars 211 forks source link

Missing translation for 'max_digits' and 'min_digits' validation rules #63

Closed Joelfo closed 1 year ago

Joelfo commented 2 years ago

Both the 'min_digits' and the 'max_digits' rules are missing their translations. The result is that, when we use them, the error message in the failure cases still in English. 'max_digits' validation rule: https://laravel.com/docs/9.x/validation#rule-max-digits 'min_digits' validation rule: https://laravel.com/docs/9.x/validation#rule-min-digits I did a pull request fixing this issue myself, as I did for running my app. If you think that the pull request are good please merge it or fix the issue in another way. :)

lucascudo commented 1 year ago

Fixed on: https://github.com/lucascudo/laravel-pt-BR-localization/pull/64