Skip to content

Commit 159afa1

Browse files
authored
[es] Add field to validation.php
Add `multiple_of` Spanish translation to validation.php laravel/laravel#5449
1 parent 3a48f84 commit 159afa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/es/validation.php

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
'string' => ':attribute debe contener al menos :min caracteres.',
9090
'array' => ':attribute debe tener al menos :min elementos.',
9191
],
92+
'multiple_of'. => 'El campo :attribute debe ser múltiplo de :value',
9293
'not_in' => ':attribute es inválido.',
9394
'not_regex' => 'El formato del campo :attribute no es válido.',
9495
'numeric' => ':attribute debe ser numérico.',

0 commit comments

Comments
 (0)