fix: translate posts target language is not current selected language (#1263)
This commit is contained in:
parent
a7e1dad3d2
commit
0b77ad3f43
4 changed files with 28 additions and 21 deletions
|
@ -9,7 +9,7 @@ const {
|
|||
withAction?: boolean
|
||||
}>()
|
||||
|
||||
const { translation } = useTranslation(status)
|
||||
const { translation } = useTranslation(status, getLanguageCode())
|
||||
|
||||
const emojisObject = useEmojisFallback(() => status.emojis)
|
||||
const vnode = $computed(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue