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 +