Youpidou
This commit is contained in:
@@ -27,5 +27,9 @@
|
||||
"user": "User",
|
||||
"accountmanagement": "Account Management",
|
||||
"security": "security"
|
||||
},
|
||||
"header": {
|
||||
"myprofile": "My profile",
|
||||
"wallet": "Wallet"
|
||||
}
|
||||
}
|
||||
@@ -27,6 +27,10 @@
|
||||
"user": "utilisateur",
|
||||
"accountmanagement": "Gestion de comptes",
|
||||
"security": "Sécurité"
|
||||
},
|
||||
"header": {
|
||||
"myprofile": "Mon profil",
|
||||
"wallet": "PorteFeuille"
|
||||
}
|
||||
|
||||
}
|
||||
@@ -81,9 +81,6 @@
|
||||
{{ selectedLanguage === 'fr' ? 'Fr' : 'Eng' }}
|
||||
</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">
|
||||
<v-menu open-on-hover>
|
||||
<template v-slot:activator="{ props }">
|
||||
@@ -125,7 +122,7 @@
|
||||
|
||||
<v-list-item class="nav-button">
|
||||
<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>
|
||||
<v-list-item class="nav-button">
|
||||
|
||||
Reference in New Issue
Block a user