From 3b3d4906be89ea47377879788b8f192db0c62a2d Mon Sep 17 00:00:00 2001 From: Evan Boehs Date: Thu, 2 Feb 2023 16:42:21 -0500 Subject: [PATCH] feat(i18n): locales for alt text (#1580) --- components/status/StatusAttachment.vue | 4 ++-- locales/en.json | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue index c4e60a89..eb30c935 100644 --- a/components/status/StatusAttachment.vue +++ b/components/status/StatusAttachment.vue @@ -176,9 +176,9 @@ useIntersectionObserver(video, (entries) => { : 'rounded-1 bg-black/65 text-white hover:bg-black px1.2 py0.2'" > - ALT + {{ $t('status.img_alt.ALT') }}