github-actions[bot] cf84af718e Release: uppy@3.14.0 (#4626) 1 vuosi sitten
..
src 79ff451a4d @uppy/companion-client,@uppy/provider-views: make authentication optional (#4556) 1 vuosi sitten
CHANGELOG.md 514690781a Release: uppy@3.13.0 (#4595) 1 vuosi sitten
LICENSE af373b3a21 add readme and license 6 vuotta sitten
README.md 7adacb74a7 meta: Fix logos in all the readmes (#4407) 2 vuotta sitten
package.json cf84af718e Release: uppy@3.14.0 (#4626) 1 vuosi sitten
template.js 44e368ed39 @uppy/locales: refactor to ESM (#3707) 3 vuotta 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'

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.