From d02d92aebd6130c5032305ab49d53fe822cf6c2e Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 27 Feb 2020 17:59:27 +0300 Subject: [PATCH] New translations button.php (Albanian) --- .../visiosoft/profile-module/resources/lang/sq/button.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/sq/button.php b/addons/default/visiosoft/profile-module/resources/lang/sq/button.php index af1764fca..7e4f714c3 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/sq/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/sq/button.php @@ -8,4 +8,6 @@ return [ 'update_profile' => 'Përditësoje profilin', 'delete' => 'fshini', 'edit' => 'redaktoj', + 'go_profile' => 'Go to Profile Detail', + 'go_user' => 'Go to User Detail', ];