uppy/packages/@uppy/locales
Renée Kooi 8a1ead8b53
Release
2020-08-10 17:49:30 +02:00
..
legacy locales: remove legacy translations that have been re-translated 2020-04-08 12:04:04 +02:00
src locales: refresh en_US 2020-08-10 13:21:40 +02:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Release 2020-08-10 17:49:30 +02:00
README.md A few docs things (#2371) 2020-07-29 12:17:27 +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 = new Uppy({
  debug: true,
  meta: {
    username: 'John',
    license: 'Creative Commons'
  },
  locale: Russian
})

Please see locale docs for more details.

License

The MIT License.