diff --git a/addons/default/visiosoft/location-module/resources/lang/fr/section.php b/addons/default/visiosoft/location-module/resources/lang/fr/section.php index 4c1f4e279..ecff745c4 100644 --- a/addons/default/visiosoft/location-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/fr/section.php @@ -1,25 +1,19 @@ [ - "title" =>"Des pays", - - ], - "cities" => [ - "title" =>"Villes", - - ], - "districts" => [ - "title" =>"Les quartiers", - - ], - "neighborhoods" => [ - "title" =>"Quartiers", - - ], - "village" => [ - "title" =>"Village", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'Des pays', + ], + 'cities' => [ + 'title' => 'Villes', + ], + 'districts' => [ + 'title' => 'Les quartiers', + ], + 'neighborhoods' => [ + 'title' => 'Quartiers', + ], + 'village' => [ + 'title' => 'Village', + ], +];