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 19:34:01 +01:00
committed by GitHub
parent 7a40a9d128
commit b81dd97822
20 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'location' => 'Localización',
'state' => [
'pending' => 'Pendiente',
'active' => 'Activo',
'rejected' => 'Rechazado',
'on_leave' => 'En excedencia',
'suspended' => 'Suspendido',
'deleted' => 'Borrar',
],
];