-
-
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
Support for i18n #751
Comments
Is it, you'll have to write the code for it 💃 |
Is that a "not available, needs contribution"? 😆 I'll see what I can do to help and add this feature. |
@matheusgrieger for now you can specify the const editor = new EditorJS({
tools: {
image: {
class: ImageTool,
toolbox: {
icon: '<svg>my icon code</svg>',
title: 'My Tool Title'
}
}
}
}); We will describe this moment at the docs more carefully. Also, we will think about full localisation of all UI texts. |
Is someone in charge of i18n for editor.js ? There is some hardcoded value:
So it's impossible to translate. |
Any progress here? I like this editor and want to integrate it into a VueJS application but I need the editor to be translated to german. Worst case scenario would be to "translate" everything manually using
even though, documentation is sparse when it comes to details about where to retrieve reference to be used in e.g. |
@t-itzel estimated 1-2 months. If you can contribute, it would be great and we would release it faster. |
alright, thanks. Sorry but I can't manage to contribute right now. |
How is the translation process going? |
@neSpecc anything I could do to help with the i18n? |
@glauberm This task turned out to be more complex architecturally, so I've started experimenting with it by myself. If you have a desire, we can suggest you participate in other issues. Or at least in translation, when the API will be released. |
@neSpecc Thanks, I'll do that |
Will be shipped with 2.18 release |
@neSpecc Great news! I will try to help too. We just need the general guidelines on how the plugins should behave. Also there are many small notifications to take in account (ex: the image plugin). |
I push a PR #1170 added i18n files feature 😄 |
Resolved by #1181 |
I'm trying to translate the editor tooltips and names to Portuguese, but the docs don't specify a way to do that, and in fact, it doesn't seem possible at the moment.
Can this be done?
The text was updated successfully, but these errors were encountered: