이모지 선택기에서 GIF를 'gifs' 그룹에 업로드했는데 '[en.emoji_picker.gifs]' 아래에 표시됨

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개의 좋아요

That worked perfectly! Thanks!

1개의 좋아요