How to translate the HTMLEDITOR

Hi Everyone I would like to translate the HTMLEDITOR to german language “de”, How to do this?

import { HtmlEditor, Toolbar, Editor as ProsemirrorEditor } from '@aeaton/react-prosemirror'
import { plugins, schema } from '@aeaton/react-prosemirror-config-default'



          <HtmlEditor
            schema={schema}
            plugins={plugins}
            value={context}
            handleChange={this.handleContextChange}
            debounce={250}                                                                                                >
            <Toolbar className={classes.toolbar} toolbar={ToolbarGroup} />
            <ProsemirrorEditor autoFocus />
          </HtmlEditor>

i’m use react and i18n in my system.