diff --git a/addons/default/visiosoft/location-module/resources/lang/ar/section.php b/addons/default/visiosoft/location-module/resources/lang/ar/section.php index 7dcb9c9ed..85109c475 100644 --- a/addons/default/visiosoft/location-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/location-module/resources/lang/ar/section.php @@ -1,25 +1,19 @@ [ - "title" =>"بلدان", - - ], - "cities" => [ - "title" =>"مدن", - - ], - "districts" => [ - "title" =>"المناطق", - - ], - "neighborhoods" => [ - "title" =>"أحياء", - - ], - "village" => [ - "title" =>"قرية", - - ], - -]; \ No newline at end of file +return [ + 'countries' => [ + 'title' => 'بلدان', + ], + 'cities' => [ + 'title' => 'مدن', + ], + 'districts' => [ + 'title' => 'المناطق', + ], + 'neighborhoods' => [ + 'title' => 'أحياء', + ], + 'village' => [ + 'title' => 'قرية', + ], +];