forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
e14ea1fe61
commit
070cd52c21
4 changed files with 6 additions and 0 deletions
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||
profile: "Your profile"
|
||||
drive: "Drive"
|
||||
favorites: "Favorites"
|
||||
lists: "Lists"
|
||||
customize: "Customize"
|
||||
settings: "Settings"
|
||||
signout: "Sign out"
|
||||
|
|
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||
profile: "Votre profil"
|
||||
drive: "Drive"
|
||||
favorites: "Favorites"
|
||||
lists: "リスト"
|
||||
customize: "Modifications"
|
||||
settings: "Réglages"
|
||||
signout: "Déconnexion"
|
||||
|
|
|
@ -370,6 +370,7 @@ desktop/views/components/ui.header.account.vue:
|
|||
profile: "プロフィール"
|
||||
drive: "ドライブ"
|
||||
favorites: "お気に入り"
|
||||
lists: "リスト"
|
||||
customize: "カスタマイズ"
|
||||
settings: "設定"
|
||||
signout: "サインアウト"
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<li>
|
||||
<router-link to="/i/favorites">%fa:star%<span>%i18n:@favorites%</span>%fa:angle-right%</router-link>
|
||||
</li>
|
||||
<li @click="list">
|
||||
<p>%fa:cog%<span>%i18n:@lists%</span>%fa:angle-right%</p>
|
||||
</li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue