mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
| .. | ||
| legacy | ||
| src | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| template.js | ||
@uppy/locales
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.
Installation
$ npm install @uppy/locales --save
Documentation
$ 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.