From f6ac19bce930123616d320cef56abad263941db2 Mon Sep 17 00:00:00 2001 From: are Date: Tue, 28 Nov 2023 18:37:43 +0100 Subject: [PATCH] feat: remove extranneous translations --- src/locales/en.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 91b39074e..e582e9610 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -252,8 +252,7 @@ "hand": "Hand (panning tool)", "extraTools": "More tools", "mermaidToExcalidraw": "Mermaid to Excalidraw", - "magicSettings": "AI settings", - "textToExcalidraw": "Text to Excalidraw" + "magicSettings": "AI settings" }, "headings": { "canvasActions": "Canvas actions", @@ -519,10 +518,5 @@ "description": "Currently only Flowcharts and Sequence Diagrams are supported. The other types will be rendered as image in Excalidraw.", "syntax": "Mermaid Syntax", "preview": "Preview" - }, - "textToExcalidraw": { - "title": "Text to Excalidraw", - "description": "Test", - "button": "Insert" } }