static-cms/packages/netlify-cms-locales
GitHub Action 1fc95fee1a chore(release): publish
- netlify-cms-app@2.11.27
 - netlify-cms-backend-bitbucket@2.11.1
 - netlify-cms-backend-git-gateway@2.9.1
 - netlify-cms-backend-github@2.9.3
 - netlify-cms-backend-gitlab@2.8.1
 - netlify-cms-backend-proxy@1.0.4
 - netlify-cms-backend-test@2.7.3
 - netlify-cms-core@2.21.0
 - netlify-cms-locales@1.9.3
 - netlify-cms-proxy-server@1.2.0
 - netlify-cms-ui-default@2.9.2
 - netlify-cms@2.10.30
2020-03-03 18:22:31 +00:00
..
2020-03-03 18:22:31 +00:00
2020-03-03 18:22:31 +00:00

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:

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 - if not, 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.