Antoine du Hamel 588bfb515e meta: prettier 3.0.3 -> 3.2.4 (#4889) 1 tahun lalu
..
src ba707fcd2d fix "Save" button translation in hr_HR.ts (#4830) 1 tahun lalu
CHANGELOG.md de1b4abe47 Release: uppy@3.20.0 (#4804) 1 tahun lalu
LICENSE af373b3a21 add readme and license 6 tahun lalu
README.md c60ece4dc7 @uppy/locales: use TypeScript for source files (#4779) 1 tahun lalu
package.json de1b4abe47 Release: uppy@3.20.0 (#4804) 1 tahun lalu
template.js 44e368ed39 @uppy/locales: refactor to ESM (#3707) 3 tahun lalu
tsconfig.build.json 2c05594511 meta: fix `js2ts` script (#4846) 1 tahun lalu
tsconfig.json 588bfb515e meta: prettier 3.0.3 -> 3.2.4 (#4889) 1 tahun lalu

README.md

@uppy/locales

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

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.

License

The MIT License.