From 22dde472cb5a90a92e7128555816ed6b4097ec0f Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 13:07:01 +0300 Subject: [PATCH] New translations section.php (Spanish) --- .../resources/lang/es/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/es/section.php b/addons/default/visiosoft/profile-module/resources/lang/es/section.php index 91ba661f2..2b7397a67 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/es/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/es/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Perfil", - - ], - "adress" => [ - "title" =>"Dirección", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Perfil', + ], + 'adress' => [ + 'title' => 'Dirección', + ], + 'general_setting' => 'General Settings', +];