From 71eddf38c7237e642c6636e57359c9a008f44a2f Mon Sep 17 00:00:00 2001 From: Agriya Dev5 Date: Wed, 19 May 2021 16:25:51 +0530 Subject: [PATCH 1/6] #99 dialog i18n translation changes --- src/editor/dialogs/exportDialog.js | 12 +++++++----- src/editor/locale/lang.en.js | 3 ++- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/editor/dialogs/exportDialog.js b/src/editor/dialogs/exportDialog.js index 4f5962a8..72e6030a 100644 --- a/src/editor/dialogs/exportDialog.js +++ b/src/editor/dialogs/exportDialog.js @@ -1,6 +1,8 @@ +/* globals svgEditor */ import './se-elix/define/NumberSpinBox.js'; const template = document.createElement('template'); +// eslint-disable-next-line no-unsanitized/property template.innerHTML = ` -
+
diff --git a/src/editor/index.js b/src/editor/index.js index 2c20f820..926ff535 100644 --- a/src/editor/index.js +++ b/src/editor/index.js @@ -5,7 +5,6 @@ For default config and extensions (and available options) available to */ import './jquery.min.js'; -import './components/index.js'; import Editor from './Editor.js'; const svgEditor = new Editor(); From 2bc37b3591471206109cc0296134f3d5023ef658 Mon Sep 17 00:00:00 2001 From: Agriya Dev5 Date: Wed, 19 May 2021 19:29:15 +0530 Subject: [PATCH 6/6] #99 Trailing spaces issue fixed --- src/editor/locale/lang.ru.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/locale/lang.ru.js b/src/editor/locale/lang.ru.js index 7d83eff8..d7f82d66 100644 --- a/src/editor/locale/lang.ru.js +++ b/src/editor/locale/lang.ru.js @@ -27,7 +27,7 @@ export default { pick_stroke_paint_opacity: 'Pick a Stroke Paint and Opacity', pick_fill_paint_opacity: 'Pick a Fill Paint and Opacity', group_identify_label: 'Group identification label', - export_type_label: 'Select an image type for export:', + export_type_label: 'Select an image type for export:', }, properties: { id: 'Идентификатор элемента',