I solved like this:
import es from './es.js';
[...]
<Editor
localization={{
locale: 'es',
translations: es
}}
/>
File es.js is in the previous comment.
excelent proposal! ralated to #583 #584 :)
Language support added in [email protected] from this PR https://github.com/jpuri/react-draft-wysiwyg/pull/584.
Thanks a lot :)