1.0.0 • Published 4 years ago

@sme-uploader/locales v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

@sme-uploader/locales

This packages contains all of the locale packs that you can use to make SME Uploader speak your language. If your language is missing, please consider contributing, starting with en_US, which is always up-to-date automatically.

Installation

$ npm install @sme-uploader/locales

Documentation

$ npm install @sme-uploader/core @sme-uploader/locales
const SmeUploader = require('@sme-uploader/core');
const Russian = require('@sme-uploader/locales/lib/ru_RU');
const uploader = new SmeUploader({
  debug: true,
  meta: {
    username: 'John',
    license: 'Creative Commons'
  },
  locale: Russian
});

Please see Locale Docs for more details.

License

The MIT License.