From 1b7317b71cb4c504cdf0aec2434bd5c5808a0687 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 15 Nov 2024 18:21:39 +0530 Subject: [PATCH] chore: Adds translations --- .../ContactsForm/ComposeConversation.vue | 6 ++- .../ComposeNewConversation.vue | 6 +-- .../components/ActionButtons.vue | 7 +++- .../components/ContactSelector.vue | 19 +++++++-- .../components/EmailOptions.vue | 23 +++++++---- .../components/InboxSelector.vue | 7 +++- .../components/MessageEditor.vue | 12 +++++- .../components/WhatsAppOptions.vue | 13 ++++-- .../components/WhatsappTemplateParser.vue | 28 +++++++++++-- .../dashboard/i18n/locale/en/contact.json | 41 +++++++++++++++++++ 10 files changed, 135 insertions(+), 27 deletions(-) diff --git a/app/javascript/dashboard/components-next/Contacts/ContactsForm/ComposeConversation.vue b/app/javascript/dashboard/components-next/Contacts/ContactsForm/ComposeConversation.vue index 4409b3ed9..412e296a6 100644 --- a/app/javascript/dashboard/components-next/Contacts/ContactsForm/ComposeConversation.vue +++ b/app/javascript/dashboard/components-next/Contacts/ContactsForm/ComposeConversation.vue @@ -1,5 +1,5 @@