simditor-i18n

0.0.5 • Public • Published

simditor-i18n

i18n for simditor

Install

npm install --save simditor-i18n

Usage

  import Simditor from 'simditor'
  
  import 'simditor-i18n'
  
  Simditor.locale = 'pt-BR' // i18n
  
  var editor = new Simditor({
    textarea: $('#editor')
    //optional options
  });

License

The MIT license

/simditor-i18n/

    Package Sidebar

    Install

    npm i simditor-i18n

    Weekly Downloads

    13

    Version

    0.0.5

    License

    ISC

    Last publish

    Collaborators

    • anteriovieira