b81dd97822
This structure will allow for other variants derived from the Spanish of Spain. Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
10 lines
139 B
PHP
10 lines
139 B
PHP
<?php
|
|
|
|
return [
|
|
'type' => [
|
|
'flight' => 'Por vuelo',
|
|
'daily' => 'Diario',
|
|
'monthly' => 'Mensual',
|
|
],
|
|
];
|