From b5b5b6ef3c80efececa39abd113488a5b406a472 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:19:23 +0300 Subject: [PATCH] New translations section.php (Arabic) --- .../resources/lang/ar/section.php | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) 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' => 'قرية', + ], +];