b81dd97822
This structure will allow for other variants derived from the Spanish of Spain. Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
9 lines
129 B
PHP
9 lines
129 B
PHP
<?php
|
|
|
|
return [
|
|
'welcome' => [
|
|
'title' => '¡Bienvenido!',
|
|
'message' => 'Bienvenido a :appname',
|
|
],
|
|
];
|