From f69672e8322310e5eb8608e972a261af120dcda0 Mon Sep 17 00:00:00 2001
From: Manuel Kocher <manuel.kocher@tugraz.at>
Date: Thu, 12 May 2022 13:48:10 +0200
Subject: [PATCH] Remove unnecessary en translation text

---
 toolkit-showcase/src/i18n/en/translation.json | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/toolkit-showcase/src/i18n/en/translation.json b/toolkit-showcase/src/i18n/en/translation.json
index 789bde6f..a2a41567 100644
--- a/toolkit-showcase/src/i18n/en/translation.json
+++ b/toolkit-showcase/src/i18n/en/translation.json
@@ -1,12 +1,3 @@
 {
-    "error": {
-        "connection-to-server-refused": "Connection to server refused!",
-        "summary": "An error occurred"
-    },
-    "jsonld": {
-        "api-documentation-server": "Connection to apiDocumentation server {{apiDocUrl}} failed!",
-        "error-api-server": "Connection to api server {{apiUrl}} failed!",
-        "error-hydra-documentation-url-not-set": "Hydra apiDocumentation url was not set for server {{apiUrl}}!"
-    },
     "toolkit-showcase": "This text will be translated to german using i18n with a user defined language file when the language is changed to german."
 }
-- 
GitLab