diff --git a/addons/default/visiosoft/location-module/resources/lang/ar/stream.php b/addons/default/visiosoft/location-module/resources/lang/ar/stream.php index b86e13e41..0948ff2f8 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ar/stream.php +++ b/addons/default/visiosoft/location-module/resources/lang/ar/stream.php @@ -1,9 +1,7 @@ [ - "name" =>"قرية", - - ], - -]; \ No newline at end of file +return [ + 'village' => [ + 'name' => 'قرية', + ], +];