Make suggestor suggest according to cldr annotations

This commit is contained in:
Tusooa Zhu 2022-09-21 23:16:33 -04:00
commit a7f836a64e
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 64 additions and 19 deletions

View file

@ -64,7 +64,7 @@
v-if="!suggestion.user"
class="displayText"
>
{{ suggestion.displayText }}
{{ maybeLocalizedEmojiName(suggestion) }}
</span>
<span class="detailText">{{ suggestion.detailText }}</span>
</div>