diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/stream.php b/addons/default/visiosoft/location-module/resources/lang/fr/stream.php index 2b8e35fcb..d52b2167f 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"Village", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'Village', + ], +];