mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
switch language in sidebar
This commit is contained in:
parent
58faba9709
commit
f892a90e6c
@ -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"
|
||||
},
|
||||
|
||||
@ -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>
|
||||
<!--
|
||||
|
||||
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user