uppy/packages/@uppy/locales
2019-04-24 09:38:08 +02:00
..
legacy Default locale for all plugins (#1443) 2019-04-17 13:34:23 +02:00
src Added french language pack (#1481) 2019-04-24 09:38:08 +02:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Release 2019-04-19 15:46:25 +03:00
README.md add missing quote 2019-04-19 17:25:59 +03:00
template.js Default locale for all plugins (#1443) 2019-04-17 13:34:23 +02:00

@uppy/locales

Uppy logo: a superman puppy in a pink suit

Build Status

This packages contains all of the locale packs that you can use to make Uppy 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 @uppy/locales --save

Documentation

$ npm install @uppy/core @uppy/locales --save
const Uppy = require('uppy/core')
const Russian = require('uppy/locales/lib/ru_RU')
const uppy = Uppy({
  debug: true,
  meta: {
    username: 'John',
    license: 'Creative Commons'
  },
  locale: Russian
})

Please see locale docs for more details.

License

The MIT License.