From a3c8c1cf9aaf2a237655112c3c05d7aa643723e1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:31 +0300 Subject: [PATCH] New translations section.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php index 79d77bb8d..a8cb29630 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'الاعدادات العامة', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ];