|
4 月之前 | |
---|---|---|
.. | ||
src | 4 月之前 | |
.npmignore | 1 年之前 | |
CHANGELOG.md | 4 月之前 | |
LICENSE | 6 年之前 | |
README.md | 5 月之前 | |
package.json | 4 月之前 | |
template.ts | 7 月之前 | |
tsconfig.build.json | 5 月之前 | |
tsconfig.json | 1 年之前 |
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.