Skip to content

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

@Sozialarchiv

Description

@Sozialarchiv
Contributor

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

ishon19 commented on Jul 20, 2024

@ishon19

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

Sozialarchiv

Sozialarchiv commented on Jul 23, 2024

@Sozialarchiv
ContributorAuthor

There is another missing:

i18n.messages.blockTunes.delete.Click to delete

linked a pull request that will close this issue on Jul 24, 2024
blaqdog

blaqdog commented on Sep 28, 2024

@blaqdog

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

neSpecc commented on Nov 18, 2024

@neSpecc
Member
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @neSpecc@ishon19@blaqdog@Sozialarchiv@lucklyTime

      Issue actions

        "Convert to" in i18n.messages.ui.popover missing · Issue #2786 · codex-team/editor.js