Browse Source

feat: remove extranneous translations

are 1 year ago
parent
commit
f6ac19bce9
1 changed files with 1 additions and 7 deletions
  1. 1 7
      src/locales/en.json

+ 1 - 7
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 <flowchartLink>Flowcharts</flowchartLink> and <sequenceLink>Sequence Diagrams</sequenceLink> 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"
   }
 }