From bfed849d6ac73fd78cfec6fc7891128587f38273 Mon Sep 17 00:00:00 2001 From: Pranav Date: Sun, 4 May 2025 18:06:24 -0700 Subject: [PATCH] fix: Fix missing translations in copilot (#11411) This PR does the following: - Missing translations to the i18n file. - Test the change with Malayalam (ml) translation. - Fixes overflow by setting the width to 100% _Note_: The prompt text is also set for translation. This is intentional, there is no change in the behaviour. --------- Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> --- .../components-next/copilot/Copilot.vue | 21 +++++++++++-------- .../i18n/locale/en/integrations.json | 16 +++++++++++++- .../i18n/locale/ml/integrations.json | 16 +++++++++++++- 3 files changed, 42 insertions(+), 11 deletions(-) diff --git a/app/javascript/dashboard/components-next/copilot/Copilot.vue b/app/javascript/dashboard/components-next/copilot/Copilot.vue index e284bb983..5feb474a6 100644 --- a/app/javascript/dashboard/components-next/copilot/Copilot.vue +++ b/app/javascript/dashboard/components-next/copilot/Copilot.vue @@ -1,5 +1,6 @@