Artur Paikin 6c6531a30a Merge pull request #1467 from transloadit/locale/ru_RU 6 years ago
..
legacy 28fce1a137 Default locale for all plugins (#1443) 6 years ago
src 6c6531a30a Merge pull request #1467 from transloadit/locale/ru_RU 6 years ago
LICENSE af373b3a21 add readme and license 6 years ago
README.md c52be3fc0b add missing quote 6 years ago
package.json 0f95529cc5 Release 6 years ago
template.js 28fce1a137 Default locale for all plugins (#1443) 6 years ago

README.md

@uppy/locales

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.