Open Globulopolis opened 8 years ago
RTL support is being considered as it is problematic currently, but what kind of localization are you thinking? Besides some javascript minor error messages, I'm not aware of any texts that are displayed to the user that need translating. Even the optional toolbar addition has all toolbar HTML added and configured by the end-developer to write whatever texts needed. I might have missed something though, so correct me if I'm wrong.
I mean localization for standard toolbar buttons like 'bold', 'italic', etc... Or at least add support for localization.
All the texts in toolbar already come form Your HTML. The text can be written to whatever needed by developer. The localization is totally given to the site You are embedding it into. https://github.com/Voog/wysihtml/blob/master/examples/advanced.html#L87
Hello, has an RTL button been added?
At this moment I see that the editor does not support localization at all. Are there plans to implement this feature?