From 0390f30e1d8b201de1305a09c2a2262accf36ff6 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 22 Mar 2026 21:56:11 -0400 Subject: [PATCH] Restore enterprise translations --- plugins/enterprise/client/translations.tsx | 112 +++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 plugins/enterprise/client/translations.tsx diff --git a/plugins/enterprise/client/translations.tsx b/plugins/enterprise/client/translations.tsx new file mode 100644 index 0000000000..ebc58a20e1 --- /dev/null +++ b/plugins/enterprise/client/translations.tsx @@ -0,0 +1,112 @@ +import { Trans } from "react-i18next"; + +export const Translations = () => ( + <> + + + + + + + + + + + + + + + + + + + + + + + + + + + + Space Settings -> Manage space -> Export space and choose to export as HTML with the "Normal Export" option.`} + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Glean in realtime.`} + /> + + + + priority@getoutline.com.`} + /> + + + + + +);