phpvms/resources/lang/es-es/airports.php
Toni Vicente b81dd97822
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>
2022-02-28 13:34:01 -05:00

10 lines
225 B
PHP

<?php
return [
'ident' => 'Identificación',
'home' => 'Aeropuerto inicial',
'current' => 'Aeropuerto actual',
'departure' => 'Aeropuerto de salida',
'arrival' => 'Aeropuerto de llegada',
];