@sme-uploader/locales

1.0.0 • Public • Published

@sme-uploader/locales

SME Uploader logo

Build Status

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.

Package Sidebar

Install

npm i @sme-uploader/locales

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

1.55 MB

Total Files

184

Last publish

Collaborators

  • sme-uploader