Skip to content

Commit

Permalink
[es] Add field to validation.php
Browse files Browse the repository at this point in the history
Add `multiple_of` Spanish translation to validation.php

laravel/laravel#5449
  • Loading branch information
scrubmx committed Oct 16, 2020
1 parent 3a48f84 commit 159afa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/es/validation.php
Expand Up @@ -89,6 +89,7 @@
'string' => ':attribute debe contener al menos :min caracteres.',
'array' => ':attribute debe tener al menos :min elementos.',
],
'multiple_of'. => 'El campo :attribute debe ser múltiplo de :value',
'not_in' => ':attribute es inválido.',
'not_regex' => 'El formato del campo :attribute no es válido.',
'numeric' => ':attribute debe ser numérico.',
Expand Down

0 comments on commit 159afa1

Please sign in to comment.