From bbdec9dc8f7577ebf17c73e1caf18c6c11434332 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Feb 2020 15:06:55 +0300 Subject: [PATCH] New translations section.php (Russian) --- .../resources/lang/ru/section.php | 20 +++++++++---------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/section.php b/addons/default/visiosoft/profile-module/resources/lang/ru/section.php index 7fa4de3e7..3564a569b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/section.php @@ -1,13 +1,11 @@ [ - "title" =>"Профиль", - - ], - "adress" => [ - "title" =>"Адрес", - - ], - -]; \ No newline at end of file +return [ + 'profile' => [ + 'title' => 'Profile', + ], + 'adress' => [ + 'title' => 'Adress', + ], + 'general_setting' => 'General Settings', +];