Emoji-Auswahl zeigt Emojis-GIFs, die unter der Gruppe "gifs" unter "[en.emoji_picker.gifs]" hochgeladen wurden

I uploaded some fun little gifs under a “gifs” group in the Customize->Emoji section of the admin panel. When I go to the emoji picker, I see this ugly codified name, [en.emoji_picker.gifs]. Is there some setting or additional step I am missing?

Hello

I believe you have to translate it manual. Create a new theme component and add the following code in Head section

<script>
  I18n.translations.en.js.emoji_picker.gifs = "GIF";
</script>

GIF is the name of the section.

2 „Gefällt mir“

That worked perfectly! Thanks!

1 „Gefällt mir“