From 8ce25880b51ec160bb59b8da6fa7e6d65b9d0968 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 10 Jan 2020 17:05:48 +0300 Subject: [PATCH] New translations button.php (French) --- .../profile-module/resources/lang/fr/button.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/fr/button.php b/addons/default/visiosoft/profile-module/resources/lang/fr/button.php index 50ed11588..74c3a2819 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/fr/button.php +++ b/addons/default/visiosoft/profile-module/resources/lang/fr/button.php @@ -1,7 +1,9 @@ "Nouveau profile", - "new_adress" =>"Nouvelle adresse", - "show" =>"Afficher l\'adresse" -]; \ No newline at end of file +return [ + 'new_profile' => 'Nouveau profile', + 'new_adress' => 'Nouvelle adresse', + 'show' => 'Afficher l\\'adresse', + 'update_password' => 'Update Password', + 'update_profile' => 'Update Profile', +];