Load unicode emoji annotations

This commit is contained in:
Tusooa Zhu 2022-09-20 20:15:32 -04:00
commit 1c3bdda14c
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 34 additions and 1 deletions

View file

@ -183,6 +183,7 @@ const config = {
break
case 'interfaceLanguage':
messages.setLanguage(this.getters.i18n, value)
dispatch('loadUnicodeEmojiData', value)
Cookies.set(BACKEND_LANGUAGE_COOKIE_NAME, localeService.internalToBackendLocale(value))
break
case 'thirdColumnMode':