Artur Paikin 3253d5766e Dashboard: Implement `disableLocalFiles` option — disables drag & drop, hides “browse” and “My Device” buttons (#2852) 4 years ago
..
legacy 764c2ccada Update Linter (#2796) 4 years ago
src 3253d5766e Dashboard: Implement `disableLocalFiles` option — disables drag & drop, hides “browse” and “My Device” buttons (#2852) 4 years ago
LICENSE af373b3a21 add readme and license 6 years ago
README.md c81780230d Add all the CI badges (#2725) 4 years ago
package.json 1751241362 Release 4 years ago
template.js 5e25b2a939 Fix translations that did not respect word order (#2077) 5 years ago

README.md

@uppy/locales

CI status for Uppy tests CI status for Companion tests CI status for browser tests

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

Documentation

$ npm install @uppy/core @uppy/locales
const Uppy = require('@uppy/core')
const Russian = require('@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.