mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
translate missing strings
This commit is contained in:
parent
7ece414c17
commit
9a671387de
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@
|
|||
<br />
|
||||
|
||||
<small v-if="showGameCount">
|
||||
{{ list.games.length }} games
|
||||
{{ list.games.length }} {{ $t('global.games') }}
|
||||
</small>
|
||||
|
||||
<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>
|
||||
</p>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
|||
class="mb-2"
|
||||
v-b-modal="`game-modal-${list.name}`"
|
||||
>
|
||||
Click here or drag games here
|
||||
{{ $t('board.list.emptyListButton') }}
|
||||
</b-button>
|
||||
</draggable>
|
||||
</b-card>
|
||||
|
|
Loading…
Reference in a new issue