feat: add support for the Translation API (#3314)
This commit is contained in:
parent
73f6790d01
commit
d22579fd89
3 changed files with 76 additions and 15 deletions
|
@ -11,7 +11,7 @@ const {
|
|||
withAction?: boolean
|
||||
}>()
|
||||
|
||||
const { translation } = useTranslation(status, getLanguageCode())
|
||||
const { translation } = await useTranslation(status, getLanguageCode())
|
||||
|
||||
const emojisObject = useEmojisFallback(() => status.emojis)
|
||||
const vnode = computed(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue