From 6a5940f0a1fca8efdaa0055df59a3e3f89384efe Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 1 Dec 2023 14:03:00 -0800 Subject: [PATCH 1/7] fix: i18n wrappers --- .../public/components/card_form.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/plugins/vis_type_drilldown/public/components/card_form.tsx b/src/plugins/vis_type_drilldown/public/components/card_form.tsx index 8df23869db5a..ec8e2e43ad41 100644 --- a/src/plugins/vis_type_drilldown/public/components/card_form.tsx +++ b/src/plugins/vis_type_drilldown/public/components/card_form.tsx @@ -14,6 +14,7 @@ import { EuiFlexGroup, EuiSuperSelect, } from '@elastic/eui'; +import { i18n } from '@osd/i18n'; import { Card } from '../types'; interface CardFormProps { @@ -45,7 +46,13 @@ const CardForm = ({

- +

@@ -65,7 +72,13 @@ const CardForm = ({

- +

From 511454cdb908b7f3ff6b34ca322fa06ee52229e4 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 1 Dec 2023 15:40:43 -0800 Subject: [PATCH 2/7] fix: i18n wrappers --- .../vis_type_drilldown/public/components/card_form.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/plugins/vis_type_drilldown/public/components/card_form.tsx b/src/plugins/vis_type_drilldown/public/components/card_form.tsx index ec8e2e43ad41..4291343bf1b1 100644 --- a/src/plugins/vis_type_drilldown/public/components/card_form.tsx +++ b/src/plugins/vis_type_drilldown/public/components/card_form.tsx @@ -120,7 +120,13 @@ const CardForm = ({

- +

From 92a48c8003f642658e1bb0ed2eab5587ac3a5ba2 Mon Sep 17 00:00:00 2001 From: shawn Date: Fri, 1 Dec 2023 16:49:50 -0800 Subject: [PATCH 3/7] fix: adds i18n wrappers --- .../public/components/card_form.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/plugins/vis_type_drilldown/public/components/card_form.tsx b/src/plugins/vis_type_drilldown/public/components/card_form.tsx index 4291343bf1b1..4f660c606250 100644 --- a/src/plugins/vis_type_drilldown/public/components/card_form.tsx +++ b/src/plugins/vis_type_drilldown/public/components/card_form.tsx @@ -48,7 +48,7 @@ const CardForm = ({