This commit is contained in:
PascalMarchesseault
2024-08-22 12:35:28 -04:00
parent fb0cb96e47
commit 1052c4326e
3 changed files with 10 additions and 5 deletions

View File

@@ -27,5 +27,9 @@
"user": "User", "user": "User",
"accountmanagement": "Account Management", "accountmanagement": "Account Management",
"security": "security" "security": "security"
},
"header": {
"myprofile": "My profile",
"wallet": "Wallet"
} }
} }

View File

@@ -27,6 +27,10 @@
"user": "utilisateur", "user": "utilisateur",
"accountmanagement": "Gestion de comptes", "accountmanagement": "Gestion de comptes",
"security": "Sécurité" "security": "Sécurité"
},
"header": {
"myprofile": "Mon profil",
"wallet": "PorteFeuille"
} }
} }

View File

@@ -81,9 +81,6 @@
{{ selectedLanguage === 'fr' ? 'Fr' : 'Eng' }} {{ selectedLanguage === 'fr' ? 'Fr' : 'Eng' }}
</v-btn> </v-btn>
<v-btn variant="text" @click="changeLanguage('fr')">Français</v-btn>
<v-btn variant="text" class="mx-2" @click="changeLanguage('en')">English</v-btn>
<div class="text-center"> <div class="text-center">
<v-menu open-on-hover> <v-menu open-on-hover>
<template v-slot:activator="{ props }"> <template v-slot:activator="{ props }">
@@ -125,7 +122,7 @@
<v-list-item class="nav-button"> <v-list-item class="nav-button">
<v-list-item-title> <v-list-item-title>
<v-btn to="/profile" class="w-100" variant="plain">{{ $t('header.MyProfile') }}</v-btn> <v-btn to="/profile" class="w-100" variant="plain">{{ $t('header.myprofile') }}</v-btn>
</v-list-item-title> </v-list-item-title>
</v-list-item> </v-list-item>
<v-list-item class="nav-button"> <v-list-item class="nav-button">