uppy/packages/@uppy/locales
2025-11-26 11:04:00 +01:00
..
script Bring back StatusBar and DragDrop (#5931) 2025-08-27 14:56:04 +02:00
src refactor to use lower level Transloadit classes 2025-11-26 11:04:00 +01:00
.npmignore meta: exclude tsconfig files from npm bundles (#4916) 2024-02-13 23:21:08 +01:00
CHANGELOG.md Revert "[ci] release (#5973)" 2025-09-26 11:30:56 +02:00
LICENSE add readme and license 2019-04-19 15:42:19 +03:00
package.json Revert "[ci] release (#5973)" 2025-09-26 11:30:56 +02:00
README.md Fix links (#5492) 2024-10-29 13:54:00 +01:00
template.ts @uppy/utils: update export maps (#5900) 2025-08-19 12:25:27 +02:00
tsconfig.build.json Remove "paths" from all tsconfig's (#5572) 2025-01-06 12:14:42 +01:00
tsconfig.json Migrate from Eslint/Prettier/Stylelint to Biome (#5794) 2025-07-01 14:55:41 +02:00
turbo.json Update 2025-11-07 12:20:34 +01:00

@uppy/locales

Uppy logo: a smiling puppy above a pink upwards arrow

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.