phpvms/resources/lang/fr/home.php
arthurpar06 737b2f137f
Fix French translations (#1394)
Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:15:25 -05:00

9 lines
128 B
PHP

<?php
return [
'welcome' => [
'title' => 'Bienvenue!',
'message' => 'Bienvenue chez :appname',
],
];