From acd9ead2a7ffda6845d6fd8fb7412eaa466626e5 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:16:01 +0300 Subject: [PATCH] New translations section.php (Portuguese) --- .../resources/lang/pt/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php index 581f0d7d7..49922ad52 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Perfil", - - ], - "adress" => [ - "title" =>"Endereço", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Perfil', + ], + 'adress' => [ + 'title' => 'Endereço', + ], + 'general_setting' => 'General Settings', +];