# netlify-cms-locales

> Locales for Netlify CMS.

Latest version **1.39.0** (published 2022-03-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install netlify-cms-locales
pnpm add netlify-cms-locales
yarn add netlify-cms-locales
bun add netlify-cms-locales
```

## Health

**Score 40/100 (D)** — status: abandoned.

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

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.39.0 |
| Published | 2022-03-28 |
| First published | 2019-11-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 19404 |
| Maintainers | orinokai, ericap, seanroberts, dustincrogers, skn0tt, mikewen, dengeist, biilmann, marcus.netlify, ehmicky, erezro, jgantunes, eduardoboucas, netlify-bot, nasiba, zachleat, ascorbic, erquhart |
| Keywords | netlify-cms |

## Links

- npm: https://www.npmjs.com/package/netlify-cms-locales
- Repository: https://github.com/netlify/netlify-cms.git#master
- Homepage: https://github.com/netlify/netlify-cms/tree/master#readme
- Issues: https://github.com/netlify/netlify-cms/issues
- npm.io page: https://npm.io/package/netlify-cms-locales

## Recent versions

- 1.39.0 (latest) — 2022-03-28
- 1.3.0-beta.2 (beta) — 2019-12-16
- 1.38.2 — 2022-02-08
- 1.38.1 — 2021-12-03
- 1.38.0 — 2021-11-12
- 1.37.0 — 2021-11-01
- 1.36.2 — 2021-10-11
- 1.36.1 — 2021-10-07
- 1.36.0 — 2021-10-07
- 1.35.1 — 2021-09-29
- 1.35.0 — 2021-08-24
- 1.34.0 — 2021-08-11
- 1.33.2 — 2021-08-09
- 1.33.1 — 2021-08-04
- 1.33.0 — 2021-07-07
- … 54 more at https://npm.io/package/netlify-cms-locales/versions

## README

# Netlify CMS Locales

## Default translations for Netlify CMS

The English translation is loaded by default.

To register another locale you can use the following code:

```js
import CMS from 'netlify-cms-app';
import { de } from 'netlify-cms-locales';

CMS.registerLocale('de', de);
```

> When importing `netlify-cms` all locales are registered by default.

Make sure the specific locale exists in the package - unless we will happily accept a pull request for it.

The configured locale will be merge into the English one so don’t worry about missing some phrases.

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