github-actions[bot] 8654e9822f Release: uppy@4.9.0 (#5553) 4 kuukautta sitten
..
src 9164ad5feb Add @uppy/webdav (#5551) 4 kuukautta sitten
.npmignore d85caf6c51 meta: exclude `tsconfig` files from npm bundles (#4916) 1 vuosi sitten
CHANGELOG.md 8654e9822f Release: uppy@4.9.0 (#5553) 4 kuukautta sitten
LICENSE af373b3a21 add readme and license 6 vuotta sitten
README.md 71a6fcd956 Fix links (#5492) 5 kuukautta sitten
package.json 8654e9822f Release: uppy@4.9.0 (#5553) 4 kuukautta sitten
template.ts a750140335 Fix locale-pack for en_US (#5431) 7 kuukautta sitten
tsconfig.build.json 8f97fd61fa cleanup tsconfig (#5520) 5 kuukautta sitten
tsconfig.json 588bfb515e meta: prettier 3.0.3 -> 3.2.4 (#4889) 1 vuosi sitten

README.md

@uppy/locales

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.js'

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.