-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Docs: wrong example for convertTo i18n #2839
Labels
Comments
it was fixed in 2.30.2. Update to the latest version and check again please |
@neSpecc just look at the stackblitz, im using 2.30.6 there |
Tokens location has been changed. Use following paths: i18n: {
messages: {
ui: {
// for block tunes menu
popover: {
"Convert to": "Конвертировать в",
}
},
tools: {
// for inline toolbar hint
convertTo: {
"Convert to": "Конвертировать в",
}
},
}
} |
neSpecc
changed the title
[Bug] - inlineToolbar convertTo cant be translated anymore
Docs: wrong example for convertTo i18n
Oct 8, 2024
That works, thanks! |
This was referenced Nov 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behavior
It should display "cccc"
Editor.js version
2.30.x
On 2.29.1 it worked.
Plugins you use with their versions
The text was updated successfully, but these errors were encountered: