Socket
Book a DemoInstallSign in
Socket

decap-cms-locales

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decap-cms-locales

Locales for Decap CMS.

latest
Source
npmnpm
Version
3.4.0
Version published
Weekly downloads
16K
9.74%
Maintainers
4
Weekly downloads
 
Created
Source

Decap CMS Locales

Default translations for Decap CMS

The English translation is loaded by default.

To register another locale you can use the following code:

import CMS from 'decap-cms-app';
import { de } from 'decap-cms-locales';

CMS.registerLocale('de', de);

When importing decap-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.

Keywords

decap-cms

FAQs

Package last updated on 26 Jun 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