From f6c485fe04580f07fdaba3be1bae1811254d69fe Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Mon, 20 Jul 2020 12:17:39 +0200 Subject: [PATCH] [New] Implemented new i18n-editor --- bower.json | 2 +- strolch-wc-i18n-editor.html | 185 +++++++++++++++++++++++++++++ strolch-wc-inspector-behavior.html | 3 + strolch-wc-inspector-menu.html | 4 + 4 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 strolch-wc-i18n-editor.html diff --git a/bower.json b/bower.json index 731a4e9..19d5f97 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "strolch-wc-inspector", "description": "Strolch WebComponent Inspector", - "version": "0.19.8", + "version": "0.20.0", "authors": ["Robert von Burg"], "keywords": [ "strolch", diff --git a/strolch-wc-i18n-editor.html b/strolch-wc-i18n-editor.html new file mode 100644 index 0000000..687bd65 --- /dev/null +++ b/strolch-wc-i18n-editor.html @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/strolch-wc-inspector-behavior.html b/strolch-wc-inspector-behavior.html index cc71f82..49a3510 100644 --- a/strolch-wc-inspector-behavior.html +++ b/strolch-wc-inspector-behavior.html @@ -56,6 +56,9 @@ }); }, + onRequestError: function (e) { + this.onAjaxError(e); + }, onAjaxError: function (data) { var dlgText; if (data.detail.request.response) { diff --git a/strolch-wc-inspector-menu.html b/strolch-wc-inspector-menu.html index 6a4e76b..61cc938 100644 --- a/strolch-wc-inspector-menu.html +++ b/strolch-wc-inspector-menu.html @@ -75,6 +75,10 @@ Inspector + + + I18n Editor +