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

"Convert to" in i18n.messages.ui.popover missing #2786

Open
Sozialarchiv opened this issue Jul 18, 2024 · 4 comments · May be fixed by #2794
Open

"Convert to" in i18n.messages.ui.popover missing #2786

Sozialarchiv opened this issue Jul 18, 2024 · 4 comments · May be fixed by #2794

Comments

@Sozialarchiv
Copy link

Sozialarchiv commented Jul 18, 2024

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!

@ishon19
Copy link

ishon19 commented Jul 20, 2024

Hey @neSpecc, I'd like to work on this issue! 👋

@Sozialarchiv
Copy link
Author

There is another missing:

i18n.messages.blockTunes.delete.Click to delete

@lucklyTime
Copy link

@ishon19 ishon19 linked a pull request Jul 24, 2024 that will close this issue
@blaqdog
Copy link

blaqdog commented Sep 28, 2024

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": "Конвертировать в"
		},
		...
	},
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants