e4272817c2
- netlify-cms-app@2.10.0-beta.5 - netlify-cms-backend-bitbucket@2.6.0-beta.1 - netlify-cms-backend-github@2.5.0-beta.8 - netlify-cms-core@2.13.0-beta.10 - netlify-cms-default-exports@2.3.0 - netlify-cms-locales@1.3.0-beta.2 - netlify-cms-ui-default@2.7.0-beta.5 - netlify-cms-widget-boolean@2.3.0 - netlify-cms-widget-code@1.1.0 - netlify-cms-widget-date@2.4.0 - netlify-cms-widget-image@2.4.0 - netlify-cms-widget-list@2.4.0-beta.0 - netlify-cms-widget-markdown@2.7.0-beta.0 - netlify-cms-widget-object@2.3.0 - netlify-cms-widget-text@2.3.0 - netlify-cms@2.10.0-beta.5
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.