{{ comment.actor.name }}
@{{ usernameWithDomain(comment.actor) }}
{{ $t("[deleted]") }}
{{
formatDistanceToNow(new Date(comment.updatedAt?.toString()), {
locale: dateFnsLocale,
}) || $t("Right now")
}}
{{ $t("Edited {ago}", { ago: formatDistanceToNow(new Date(comment.updatedAt), { locale: dateFnsLocale, }), }) }}
{{ $t("[This comment has been deleted by it's author]") }}