From a5ea235e0f0205197a6aef9ef4c98181a0c3cdc0 Mon Sep 17 00:00:00 2001 From: Shreyans Pathak Date: Wed, 24 Jul 2024 10:04:09 -0400 Subject: [PATCH 1/3] chore: update `example-i18n.html` --- example/example-i18n.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example/example-i18n.html b/example/example-i18n.html index bc1aaf7a9..e68bc1f2e 100644 --- a/example/example-i18n.html +++ b/example/example-i18n.html @@ -198,7 +198,8 @@ }, "popover": { "Filter": "Поиск", - "Nothing found": "Ничего не найдено" + "Nothing found": "Ничего не найдено", + "Convert to": "Конвертировать в", } }, @@ -288,7 +289,8 @@ * Also, there are few internal block tunes: "delete", "moveUp" and "moveDown" */ "delete": { - "Delete": "Удалить" + "Delete": "Удалить", + "Click to delete": "Нажмите, чтобы удалить", }, "moveUp": { "Move up": "Переместить вверх" From 501eda1596860067e6b81addf137083d20d70b90 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Tue, 19 Nov 2024 21:11:54 +0300 Subject: [PATCH 2/3] upd list tool bundle name after 2.0 --- example/example-i18n.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/example-i18n.html b/example/example-i18n.html index e68bc1f2e..aefbdb4c2 100644 --- a/example/example-i18n.html +++ b/example/example-i18n.html @@ -107,7 +107,7 @@ image: ImageTool, list: { - class: List, + class: EditorjsList, inlineToolbar: true, shortcut: 'CMD+SHIFT+L' }, From e9b00b794677d2ee40ffddb093a8d0a574c50407 Mon Sep 17 00:00:00 2001 From: Shreyans Pathak Date: Tue, 19 Nov 2024 13:21:33 -0500 Subject: [PATCH 3/3] chore: update example --- example/example-i18n.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example/example-i18n.html b/example/example-i18n.html index e68bc1f2e..86528e6db 100644 --- a/example/example-i18n.html +++ b/example/example-i18n.html @@ -185,6 +185,9 @@ "Click to tune": "Нажмите, чтобы настроить", "or drag to move": "или перетащите" }, + "popover": { + "Convert to": "Конвертировать в", + } }, "inlineToolbar": { "converter": { @@ -275,6 +278,9 @@ "list": { "Ordered": "Нумерованный", "Unordered": "Маркированный", + }, + "convertTo": { + "Convert to": "Конвертировать в", } },