uppy/packages/@uppy/locales
2020-07-16 18:56:15 +01:00
..
legacy locales: remove legacy translations that have been re-translated 2020-04-08 12:04:04 +02:00
src Types, locales packages, readme 2020-07-16 17:59:04 +01:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Release 2020-07-15 13:59:56 +02:00
README.md Show a hint for using locales with ES6 modules 2019-05-01 11:10:49 +02:00
template.js Fix translations that did not respect word order (#2077) 2020-03-19 14:41:14 +01:00

@uppy/locales

Uppy logo: a superman puppy in a pink suit

Build Status

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.

License

The MIT License.