Changed es directory es by es-es (#1421)

This structure will allow for other variants derived from the Spanish of Spain.

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
Toni Vicente
2022-02-28 13:34:01 -05:00
committed by GitHub
co-authored by Nabeel S
parent 7a40a9d128
commit b81dd97822
20 changed files with 0 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Paginación de líneas de lenguaje
|--------------------------------------------------------------------------
|
| La biblioteca del paginador utiliza las siguientes líneas de idioma para construir
| los enlaces simples de paginación. Usted es libre de cambiarlos a cualquier cosa
| si desea personalizar sus vistas para que coincida mejor con su aplicación.
|
*/
'previous' => '&laquo; Anterior',
'next' => 'Siguiente &raquo;',
];