Ahmad Issa fb552728a4 Update ar_SA.js (#3192) 3 years ago
..
src fb552728a4 Update ar_SA.js (#3192) 3 years ago
LICENSE af373b3a21 add readme and license 6 years ago
README.md c48064ba56 doc: lint JS code snippets (#2954) 3 years ago
package.json 1eb317ba3a Release 3 years ago
template.js 6b7ad5e7c7 Stricter linter (#3095) 3 years ago

README.md

@uppy/locales

CI status for Uppy tests CI status for Companion tests CI status for browser tests

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

Documentation

$ npm install @uppy/core @uppy/locales
import Uppy from '@uppy/core'
import Russian from '@uppy/locales/lib/ru_RU'

const uppy = new Uppy({
  debug: true,
  meta: {
    username: 'John',
    license: 'Creative Commons',
  },
  locale: Russian,
})

Please see locale docs for more details.

License

The MIT License.