Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): Update example-i18n.html #2794

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
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