Artur Paikin dd5f0b23b4 webcam: Show “enable camera” screen if no camera device was detected (#2282) 5 years ago
..
legacy f053124b89 locales: remove legacy translations that have been re-translated 5 years ago
src dd5f0b23b4 webcam: Show “enable camera” screen if no camera device was detected (#2282) 5 years ago
LICENSE af373b3a21 add readme and license 6 years ago
README.md c873c63ac7 Show a hint for using locales with ES6 modules 6 years ago
package.json 5528c6f6ea Release 5 years ago
template.js 5e25b2a939 Fix translations that did not respect word order (#2077) 5 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.