static-cms/packages/netlify-cms-locales
simonvea f296e40d6f
fix(locales-nb_no): fix spelling in deleteEntry (#5442)
The translation of `editorToolbar.deleteEntry` was using the wrong inflection, making it sound like it was already deleting the entry.
This PR changes the translation from "deleting" to "delete".
2021-05-30 15:55:33 +03:00
..
2021-05-04 16:21:23 +03:00
2021-05-04 16:21:23 +03:00
2020-07-06 14:50:15 +03: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 - unless we will happily accept a pull request for it.

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