switch language in sidebar

This commit is contained in:
ogerly 2021-05-12 11:29:00 +02:00
parent 58faba9709
commit f892a90e6c
3 changed files with 1 additions and 5 deletions

View File

@ -57,7 +57,6 @@
},
"transaction":{
"show_all":"View all <strong>{count}</strong> transactions.",
"show_part": "The last <strong>{count}</strong> transactions.",
"nullTransactions":"You don't have any transactions on your account yet.",
"more": "more"
},

View File

@ -9,7 +9,7 @@
<b-nav-item to="/transactions">
<b-nav-text class="p-0 text-lg text-muted">{{ $t('transactions') }}</b-nav-text>
</b-nav-item>
<b-nav-item class="d-lg-none">
<b-nav-item>
<b-nav-text class="pt-3"><language-switch /></b-nav-text>
</b-nav-item>
<!--

View File

@ -9,7 +9,6 @@
<!-- This item dont have <b-nav-item> because item have data-action/data-target on tag <a>, wich we cant add -->
<li class="nav-item d-sm-none"></li>
</b-navbar-nav>
<language-switch class="mr-3" />
<b-navbar-nav class="align-items-center ml-auto ml-md-0">
<div class="pr-1" slot="title-container ">
<b-media no-body class="align-items-center">
@ -28,14 +27,12 @@
</template>
<script>
import { BaseNav } from '@/components'
import LanguageSwitch from '@/components/LanguageSwitch.vue'
import VueQrcode from 'vue-qrcode'
export default {
components: {
BaseNav,
VueQrcode,
LanguageSwitch,
},
props: {
type: {