From edab2c90c288fc9c160d3a0151e1188ff4285f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alfredo=20Mart=C3=ACnez=20S=C3=A0nchez?= Date: Mon, 26 Aug 2019 16:44:20 -0600 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 137c3f3..0e94513 100644 --- a/README.md +++ b/README.md @@ -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 From 473932a507333ff3879081175565c7bf4d93c368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Alfredo=20Mart=C3=ACnez=20S=C3=A0nchez?= Date: Mon, 26 Aug 2019 16:51:11 -0600 Subject: [PATCH 2/3] Update ends_with --- resources/lang/es/validation.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index 32062f3..a84c443 100644 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -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 parámetros: :values', 'exists' => 'El campo :attribute seleccionado no existe.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute debe tener un valor.', From 7e328902b9db84059fa287298d864e6a51577d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Israel=20Ortu=C3=B1o?= Date: Tue, 27 Aug 2019 10:57:08 +0200 Subject: [PATCH 3/3] Update validation.php --- resources/lang/es/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/es/validation.php b/resources/lang/es/validation.php index a84c443..1d23e7c 100644 --- a/resources/lang/es/validation.php +++ b/resources/lang/es/validation.php @@ -40,7 +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 parámetros: :values', + '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.',