# @uppy/locales

> Uppy language packs

Latest version **5.2.0** (published 2026-08-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uppy/locales
pnpm add @uppy/locales
yarn add @uppy/locales
bun add @uppy/locales
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 5.2.0 |
| Published | 2026-08-26 |
| First published | 2019-04-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 1 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30976 |
| Maintainers | kvz, tim-kos, mifi, uppydev |
| Keywords | uppy, uppy-plugin, language packs |

## Links

- npm: https://www.npmjs.com/package/@uppy/locales
- Repository: https://github.com/transloadit/uppy
- Homepage: https://uppy.io
- Issues: https://github.com/transloadit/uppy/issues
- npm.io page: https://npm.io/package/@uppy/locales

## Dependencies (1)

- [@uppy/core](https://npm.io/package/@uppy/core.md) ^6.0.0

## Recent versions

- 5.2.0 (latest) — 2026-08-26
- 4.0.0-beta.4 (next) — 2024-06-19
- 5.1.1 — 2026-02-03
- 5.1.0 — 2025-12-04
- 5.0.1 — 2025-09-26
- 5.0.0 — 2025-08-22
- 4.8.4 — 2025-08-07
- 4.8.3 — 2025-08-06
- 4.8.2 — 2025-08-01
- 4.8.1 — 2025-07-31
- 4.8.0 — 2025-07-31
- 4.7.1 — 2025-07-29
- 4.7.0 — 2025-07-29
- 4.6.0 — 2025-06-30
- 4.5.3 — 2025-06-02
- … 104 more at https://npm.io/package/@uppy/locales/versions

## README

# @uppy/locales

<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">

[![npm version](https://img.shields.io/npm/v/@uppy/locales.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/locales)
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/CI/badge.svg)
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg)
![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg)

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](https://github.com/transloadit/uppy/tree/main/packages/%40uppy/locales/src),
starting with `en_US`, which is always up-to-date automatically.

## Installation

```bash
$ npm install @uppy/locales
```

## Documentation

```bash
$ npm install @uppy/core @uppy/locales
```

```js
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](https://uppy.io/docs/uppy/#locale) for more details.

## License

[The MIT License](./LICENSE).

---
_Source: https://npm.io/package/@uppy/locales · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
