In the i18n example "Convert to" is missing in i18n.messages.ui.popover. It is only mentioned in the toolbar. https://github.com/codex-team/editor.js/blob/next/example/example-i18n.html#L202 And thanks a lot for this great editor!
Activity
ishon19 commentedon Jul 20, 2024
Hey @neSpecc, I'd like to work on this issue! 👋
Sozialarchiv commentedon Jul 23, 2024
There is another missing:
i18n.messages.blockTunes.delete.Click to delete
lucklyTime commentedon Jul 23, 2024
I saw it in this place haha
https://github.com/codex-team/editor.js/blob/next/src/components/i18n/locales/en/messages.json
example-i18n.html
#2794blaqdog commentedon Sep 28, 2024
In editorjs 2.30.5 this works:
For tunes block:
For text selection:
neSpecc commentedon Nov 18, 2024
Related: #2839 (comment)