From 5cbc574871151214557698da806d513f2018a8d4 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:19:51 +0300 Subject: [PATCH] New translations section.php (Arabic) --- .../resources/lang/ar/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php index f2f84bce8..4a1a52098 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php @@ -1,13 +1,11 @@ [ - "title" =>"الملف الشخصي", - - ], - "adress" => [ - "title" =>"عنوان", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'الملف الشخصي', + ], + 'adress' => [ + 'title' => 'عنوان', + ], + 'general_setting' => 'الاعدادات العامة', +];