We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
Hey @neSpecc, I'd like to work on this issue! 👋
Sorry, something went wrong.
There is another missing:
i18n.messages.blockTunes.delete.Click to delete
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
In editorjs 2.30.5 this works: For tunes block:
messages: { ui: { "blockTunes": {...}, "inlineToolbar": {...}, "toolbar": {...}, "popover": { "Filter": "Фильтр", "Nothing found": "Не найдено", "Convert to": "Конвертировать в" } }, ... }
For text selection:
messages: { ui: {...}, toolNames: {...}, tools: { ... "convertTo": { "Convert to": "Конвертировать в" }, ... }, }
Successfully merging a pull request may close this issue.
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!
The text was updated successfully, but these errors were encountered: