static-cms/packages/netlify-cms-locales
David Gay i Tello 3211f94f4a
fix(locale-ca): update Catalan translation (#5222)
Added missing translations but also fixed a typo and some incongruences
between verb tenses.
2021-04-06 17:03:28 +03:00
..
2021-03-31 11:32:26 +02:00
2021-03-31 11:32:26 +02: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.