Youpidou
This commit is contained in:
@@ -27,5 +27,9 @@
|
|||||||
"user": "User",
|
"user": "User",
|
||||||
"accountmanagement": "Account Management",
|
"accountmanagement": "Account Management",
|
||||||
"security": "security"
|
"security": "security"
|
||||||
|
},
|
||||||
|
"header": {
|
||||||
|
"myprofile": "My profile",
|
||||||
|
"wallet": "Wallet"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user