|
il y a 4 mois | |
---|---|---|
.. | ||
src | il y a 4 mois | |
.npmignore | il y a 1 an | |
CHANGELOG.md | il y a 4 mois | |
LICENSE | il y a 6 ans | |
README.md | il y a 5 mois | |
package.json | il y a 4 mois | |
template.ts | il y a 7 mois | |
tsconfig.build.json | il y a 5 mois | |
tsconfig.json | il y a 1 an |
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.