uppy/packages/@uppy/locales
Renée Kooi 2b91a96c95
Release
2020-01-15 16:39:45 +01:00
..
legacy Default locale for all plugins (#1443) 2019-04-17 13:34:23 +02:00
src Update french translations (#2023) 2020-01-15 15:05:51 +01:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Release 2020-01-15 16:39:45 +01:00
README.md Show a hint for using locales with ES6 modules 2019-05-01 11:10:49 +02:00
template.js locales: fix template 2019-06-19 10:15:58 +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.