translated all loading…

This commit is contained in:
2021-06-01 22:46:15 +02:00
parent 16f2d98f15
commit efc74ec5f4
29 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div id="blabla">
<div class="loading" v-if="!items.length">
<span>Loading ...</span>
<span>{{ $t('default.Loading…') }}</span>
</div>
<div class="cards-list" v-else>
<ul>