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

@ -43,7 +43,7 @@ const chooseIcon = (i: number, text: string) => {
<div flex="~ col gap4">
<div v-for="i in fieldCount" :key="i" flex="~ gap3" items-center>
<CommonDropdown ref="dropdown" placement="left">
<CommonTooltip content="Pick a icon">
<CommonTooltip :content="$t('tooltip.pick_an_icon')">
<button type="button" btn-action-icon>
<div :class="fieldIcons[i - 1] || 'i-ri:question-mark'" />
</button>