From 88d9dc3d149c08e9ab151ba6288aa42e8db26152 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:04:08 +0300 Subject: [PATCH] New translations section.php (Italian) --- .../resources/lang/it/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/it/section.php b/addons/default/visiosoft/profile-module/resources/lang/it/section.php index 91c334ddd..6dd829bbd 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/it/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/it/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Profilo", - - ], - "adress" => [ - "title" =>"Un vestito", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profilo', + ], + 'adress' => [ + 'title' => 'Un vestito', + ], + 'general_setting' => 'General Settings', +];