From cd9e8ec3f757b6d6f83027065028df46af95e7d6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:36 +0300 Subject: [PATCH] New translations button.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php index 3572af540..41299fcc3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/button.php @@ -15,4 +15,6 @@ return [ 'personal' => 'شخصي', 'corporate' => 'الشركات', 'export' => 'تصدير', + 'new_education' => 'New Education', + 'new_education_part' => 'New Education part', ];