737b2f137f
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
9 lines
128 B
PHP
9 lines
128 B
PHP
<?php
|
|
|
|
return [
|
|
'welcome' => [
|
|
'title' => 'Bienvenue!',
|
|
'message' => 'Bienvenue chez :appname',
|
|
],
|
|
];
|