Translation
The editor supports 2 languages by default (FR and EN) but you can create your own translation.
import {VisualEditor, FR} from '@boxraiser/visual-editor'
const editor = new VisualEditor({
lang: FR
})
You can see all the available keys in the source code.