|
hace 4 meses | |
---|---|---|
.. | ||
src | hace 4 meses | |
.npmignore | hace 1 año | |
CHANGELOG.md | hace 4 meses | |
LICENSE | hace 6 años | |
README.md | hace 5 meses | |
package.json | hace 4 meses | |
template.ts | hace 7 meses | |
tsconfig.build.json | hace 5 meses | |
tsconfig.json | hace 1 año |
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.
$ npm install @uppy/locales
$ 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.