uppy/packages/@uppy/locales
Artur Paikin b8b4127bd5 Release
2021-10-14 21:58:29 +01:00
..
src Update ar_SA.js (#3192) 2021-10-07 13:29:08 +02:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Release 2021-10-14 21:58:29 +01:00
README.md Add retext to markdown linter (#3024) 2021-10-14 16:10:45 +02:00
template.js Stricter linter (#3095) 2021-08-17 20:32:57 +02:00

@uppy/locales

Uppy logo: a superman puppy in a pink suit

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

This package includes all 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

Documentation

$ npm install @uppy/core @uppy/locales
import Uppy from '@uppy/core'
import Russian from '@uppy/locales/lib/ru_RU'

const uppy = new Uppy({
  debug: true,
  meta: {
    username: 'John',
    license: 'Creative Commons',
  },
  locale: Russian,
})

Please see locale docs for more details.

License

The MIT License.