editor-js / quote

Quote Tool for Editor.js 2.0
MIT License
40 stars 63 forks source link

Need i18n support #41

Open Forsakenrox opened 3 years ago

Forsakenrox commented 3 years ago

Cant translate "Left alignment" and "Right alignment"

SalahAdDin commented 2 years ago

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.

c7v commented 1 year ago

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

sanchesfree commented 1 year ago

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",
   }
}