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

Not able to translate the hint for the Convert-to inline tool #2900

Open
DannickBedard opened this issue Jan 8, 2025 · 2 comments
Open

Not able to translate the hint for the Convert-to inline tool #2900

DannickBedard opened this issue Jan 8, 2025 · 2 comments
Labels

Comments

@DannickBedard
Copy link

Not able to translate the hint for the Convert-to inline tool

Steps to reproduce:

  1. Write some text
  2. Select the text
  3. Mouse hover the Convert-to icon
  4. Here... i am notre able to translate
    Expected behavior:
    Have a place in the i18n to translate it.

Screenshots:
image

Device, Browser, OS:
Window 10, chrome
Editor.js version: 2.30.7

Plugins you use with their versions:
header, list, html

@cstnaya
Copy link

cstnaya commented Jan 14, 2025

Same here.

I followed the official document to write i18n document, but it doesn't work. :(

"messages": {
    "ui": {
         ...
      },
      "inlineToolbar": {
        "converter": {
          "Convert to": "{i18n string here}"
        }
      },

@cstnaya
Copy link

cstnaya commented Jan 14, 2025

I followed the new guide and found the solution.
Reference PR: #2794

"convertTo": {

add

"convertTo": {
  "Convert to": "Конвертировать в",
}

into tools and then you can resolve it.

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

No branches or pull requests

2 participants