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:
13
resources/lang/es-es/user.php
Normal file
13
resources/lang/es-es/user.php
Normal 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',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user