feat(i18n): add i18n to StatusReplyingTo
(#857)
Co-authored-by: Michel Edighoffer <edimitchel@gmail.com>
This commit is contained in:
parent
31ae413da4
commit
b5e14810af
5 changed files with 9 additions and 5 deletions
|
@ -17,7 +17,7 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status.
|
|||
v-if="status.inReplyToId"
|
||||
flex="~" items-center h-auto font-bold text-sm text-secondary gap-1
|
||||
:to="getStatusInReplyToRoute(status)"
|
||||
:title="account ? `Replying to ${getDisplayName(account)}` : 'Replying to someone'"
|
||||
:title="$t('status.replying_to', [account ? getDisplayName(account) : $t('status.someone')])"
|
||||
>
|
||||
<template v-if="account">
|
||||
<div i-ri:reply-fill :class="collapsed ? '' : 'scale-x-[-1]'" text-secondary-light />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue