feat(i18n): Emojimart localization and fetching entry at en … (#1731)

Co-authored-by: userquin <userquin@gmail.com>
This commit is contained in:
Cesar Gomez 2023-02-15 14:15:11 -05:00 committed by GitHub
parent 3118ed6012
commit 0fdbb17591
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 94 additions and 9 deletions

View file

@ -83,7 +83,7 @@ defineExpose({
<template v-if="isPending">
<div flex gap-1 items-center p2 animate-pulse>
<div i-ri:loader-2-line animate-spin />
<span>Fetching...</span>
<span>{{ $t('common.fetching') }}</span>
</div>
</template>
<template v-if="items.length">

View file

@ -52,7 +52,7 @@ defineExpose({
<div animate-spin preserve-3d>
<div i-ri:loader-2-line />
</div>
<span>Fetching...</span>
<span>{{ $t('common.fetching') }}</span>
</div>
</template>
<template v-if="items.length">

View file

@ -52,7 +52,7 @@ defineExpose({
<div animate-spin preserve-3d>
<div i-ri:loader-2-line />
</div>
<span>Fetching...</span>
<span>{{ $t('common.fetching') }}</span>
</div>
</template>
<template v-if="items.length">