🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

@uppy/locales

Package Overview
Dependencies
Maintainers
5
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/locales

Uppy language packs

latest
Source
npmnpm
Version
5.0.1
Version published
Weekly downloads
117K
3.11%
Maintainers
5
Weekly downloads
 
Created
Source

@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.

Keywords

uppy

FAQs

Package last updated on 26 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts