editor-js / quote

Quote Tool for Editor.js 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need i18n support

Forsakenrox opened this issue · comments

Cant translate "Left alignment" and "Right alignment"

Cant translate "Left alignment" and "Right alignment"

I came here to ask the same.

There is a placeholder system, it is possible to implement i18n over it like it was done before with other plugins.

I also came here to find out this. In addition, the question is how to turn off the alignment.

https://editorjs.io/i18n/
Add translations to tools block, like

"tools": {
   "quote": {
      "Align Left": "translate here",
      "Align Center": "translate here",
      "Align Right": "translate here",
      "Align Justify": "translate here",
   }
}