Skip to content

Commit

Permalink
Merge pull request #48 from slam24/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
IsraelOrtuno authored Aug 27, 2019
2 parents 8835b67 + 7e32890 commit 7955a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ En versiones anteriores a la 5.5 debes agregar el proveedor de servicios en tu f
];
```

Ahora simplemente necesitamos necesitamos actualizar las traducciones que lo haremos con el siguiente comando:
Ahora simplemente necesitamos actualizar las traducciones que lo haremos con el siguiente comando:

```bash
php artisan vendor:publish --tag=lang
Expand Down
1 change: 1 addition & 0 deletions resources/lang/es/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'dimensions' => 'El campo :attribute tiene dimensiones de imagen inválidas.',
'distinct' => 'El campo :attribute tiene un valor duplicado.',
'email' => 'El campo :attribute debe ser una dirección de correo válida.',
'ends_with' => 'El campo :attribute debe finalizar con alguno de los siguientes valores: :values',
'exists' => 'El campo :attribute seleccionado no existe.',
'file' => 'El campo :attribute debe ser un archivo.',
'filled' => 'El campo :attribute debe tener un valor.',
Expand Down

0 comments on commit 7955a4a

Please sign in to comment.