mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
* meta: enable prettier for markdown * Ignore changelogs * revert CHANGELOG changes * More formatting --------- Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1.3 KiB
1.3 KiB
@uppy/locales
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.
Installation
$ npm install @uppy/locales
Documentation
$ 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.