Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions example/example-i18n.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
image: ImageTool,

list: {
class: List,
class: EditorjsList,
inlineToolbar: true,
shortcut: 'CMD+SHIFT+L'
},
Expand Down Expand Up @@ -185,6 +185,9 @@
"Click to tune": "Нажмите, чтобы настроить",
"or drag to move": "или перетащите"
},
"popover": {
"Convert to": "Конвертировать в",
}
},
"inlineToolbar": {
"converter": {
Expand All @@ -198,7 +201,8 @@
},
"popover": {
"Filter": "Поиск",
"Nothing found": "Ничего не найдено"
"Nothing found": "Ничего не найдено",
"Convert to": "Конвертировать в",
}
},

Expand Down Expand Up @@ -274,6 +278,9 @@
"list": {
"Ordered": "Нумерованный",
"Unordered": "Маркированный",
},
"convertTo": {
"Convert to": "Конвертировать в",
}
},

Expand All @@ -288,7 +295,8 @@
* Also, there are few internal block tunes: "delete", "moveUp" and "moveDown"
*/
"delete": {
"Delete": "Удалить"
"Delete": "Удалить",
"Click to delete": "Нажмите, чтобы удалить",
},
"moveUp": {
"Move up": "Переместить вверх"
Expand Down