From 4e846ca8f5b013a224b60d42d366679d9cb329da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Thu, 22 Dec 2022 11:59:25 +0100 Subject: [PATCH] fix(i18n): add missing translation (#504) --- components/publish/PublishAttachment.vue | 10 +++++----- locales/en-US.json | 6 ++++++ locales/es-ES.json | 8 +++++++- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/components/publish/PublishAttachment.vue b/components/publish/PublishAttachment.vue index b8dea2e5..8dc3d20a 100644 --- a/components/publish/PublishAttachment.vue +++ b/components/publish/PublishAttachment.vue @@ -25,7 +25,7 @@ const description = ref(props.attachment.description ?? '')

- Description + {{ $t('attachment.edit_title') }}