|
4 years ago | |
---|---|---|
.. | ||
legacy | 5 years ago | |
src | 4 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
package.json | 4 years ago | |
template.js | 5 years ago |
This packages contains all of 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 --save
$ npm install @uppy/core @uppy/locales --save
const Uppy = require('@uppy/core')
const Russian = require('@uppy/locales/lib/ru_RU')
const uppy = Uppy({
debug: true,
meta: {
username: 'John',
license: 'Creative Commons'
},
locale: Russian
})
Please see locale docs for more details.