From 573e582bf03f84bb24db6003323e230b4a7756e3 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:05:53 +0300 Subject: [PATCH] New translations section.php (French) --- .../resources/lang/fr/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php index 21bbf4994..916ff5966 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Profil", - - ], - "adress" => [ - "title" =>"Une robe", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profil', + ], + 'adress' => [ + 'title' => 'Une robe', + ], + 'general_setting' => 'General Settings', +];