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
Not able to translate the hint for the Convert-to inline tool
Steps to reproduce:
Screenshots:
Device, Browser, OS: Window 10, chrome Editor.js version: 2.30.7
Plugins you use with their versions: header, list, html
The text was updated successfully, but these errors were encountered:
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}" } },
Sorry, something went wrong.
I followed the new guide and found the solution. Reference PR: #2794
editor.js/example/example-i18n.html
Line 282 in 418fb01
add
"convertTo": { "Convert to": "Конвертировать в", }
into tools and then you can resolve it.
tools
No branches or pull requests
Not able to translate the hint for the Convert-to inline tool
Steps to reproduce:
Expected behavior:
Have a place in the i18n to translate it.
Screenshots:
Device, Browser, OS:
Window 10, chrome
Editor.js version: 2.30.7
Plugins you use with their versions:
header, list, html
The text was updated successfully, but these errors were encountered: