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', +];