From aa018b42f7bceff04374e0d0b6966f6c67370af6 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:15 +0300 Subject: [PATCH] New translations section.php (Portuguese) --- .../visiosoft/profile-module/resources/lang/pt/section.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php index 662440e6e..9f7ad7899 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/pt/section.php +++ b/addons/default/visiosoft/profile-module/resources/lang/pt/section.php @@ -9,4 +9,10 @@ return [ ], 'general_setting' => 'Configurações Gerais', 'recaptcha' => 'reCAPTCHA', + 'education' => [ + 'title' => 'Education', + ], + 'education_part' => [ + 'title' => 'Education part', + ], ];