feat: add translation support (#2870)
* feat: add translation support * test(cypress): fix locale import * docs: add locale documentation * feat: add german translation (#2877) * fix: locales package version, register all locales in netlify-cms
This commit is contained in:
2
packages/netlify-cms-locales/src/index.js
Normal file
2
packages/netlify-cms-locales/src/index.js
Normal file
@ -0,0 +1,2 @@
|
||||
export { default as en } from './en';
|
||||
export { default as de } from './de';
|
Reference in New Issue
Block a user