From 82360a278030ff23f7ccc80c9f45ab0b0ca251a6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 3 Mar 2020 12:43:24 +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..00dec60e4 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' => 'Профиль', + ], + 'adress' => [ + 'title' => 'Адрес', + ], + 'general_setting' => 'General Settings', +];