Replace $tc( with t(

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:45:11 +02:00
parent e893f3f089
commit d8cf49e315
5 changed files with 67 additions and 43 deletions

View File

@@ -169,16 +169,17 @@
v-if="event.contacts && event.contacts.length"
v-html="
' ' +
$tc(
$t(
'<b>{contact}</b> will be displayed as contact.',
event.contacts.length,
{
contact: formatList(
event.contacts.map((contact) =>
displayNameAndUsername(contact)
)
),
}
},
event.contacts.length
)
"
/>