Skip to content
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

Need i18n support #41

Open
Forsakenrox opened this issue Aug 19, 2021 · 3 comments
Open

Need i18n support #41

Forsakenrox opened this issue Aug 19, 2021 · 3 comments

Comments

@Forsakenrox
Copy link

Cant translate "Left alignment" and "Right alignment"

@SalahAdDin
Copy link

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
Copy link

c7v commented Dec 22, 2022

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

@sanchesfree
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants