From fb0cb96e471371e720c29141df7c1bd8bbafe53d Mon Sep 17 00:00:00 2001
From: PascalMarchesseault
<97350299+PascalMarchesseault@users.noreply.github.com>
Date: Thu, 22 Aug 2024 01:54:44 -0400
Subject: [PATCH] translate words in Profilepage
---
src/locales/fr.json | 1 +
src/views/profile/ProfilePage.vue | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/locales/fr.json b/src/locales/fr.json
index eaf0e66..6759acf 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -28,4 +28,5 @@
"accountmanagement": "Gestion de comptes",
"security": "Sécurité"
}
+
}
\ No newline at end of file
diff --git a/src/views/profile/ProfilePage.vue b/src/views/profile/ProfilePage.vue
index e72459a..5b28fab 100644
--- a/src/views/profile/ProfilePage.vue
+++ b/src/views/profile/ProfilePage.vue
@@ -24,22 +24,22 @@
mdi-file-edit-outline
- Créateur
+ {{ $t('profilemenu.creator') }}
mdi-information
- Utilisateur
+ {{ $t('profilemenu.user') }}
mdi-account
- Gestion de Comptes
+ {{ $t('profilemenu.accountmanagement') }}
mdi-security
- Sécurité
+ {{ $t('profilemenu.security') }}