translate missing strings

This commit is contained in:
Gamebrary 2020-10-14 14:53:43 -07:00
parent 7ece414c17
commit 9a671387de

View file

@ -20,11 +20,11 @@
<br /> <br />
<small v-if="showGameCount"> <small v-if="showGameCount">
{{ list.games.length }} games {{ list.games.length }} {{ $t('global.games') }}
</small> </small>
<small v-if="autoSortEnabled" class="text-muted" v-b-modal="`sort-list-${listIndex}`"> <small v-if="autoSortEnabled" class="text-muted" v-b-modal="`sort-list-${listIndex}`">
Sorted by {{ $t(`board.list.${list.settings.sortOrder}`) }} {{ `${$t('board.list.sortedBy')} ${$t(`board.list.${list.settings.sortOrder}`)}` }}
</small> </small>
</p> </p>
@ -56,7 +56,7 @@
class="mb-2" class="mb-2"
v-b-modal="`game-modal-${list.name}`" v-b-modal="`game-modal-${list.name}`"
> >
Click here or drag games here {{ $t('board.list.emptyListButton') }}
</b-button> </b-button>
</draggable> </draggable>
</b-card> </b-card>