delucis / astro-netlify-cms

Integration to add Netlify CMS’s admin dashboard to any Astro project
160 stars 22 forks source link

Localization #65

Closed TomasPodivinskyCoding closed 1 year ago

TomasPodivinskyCoding commented 1 year ago

Hi,

is there a way to set a specific localization for my NetlifyCMS with this library? I know you can set the locale with this code: import CMS from 'netlify-cms-app'; import { de } from 'netlify-cms-locales'; CMS.registerLocale('de', de); But I don't know of a way to pass this to the NetlifyCMS integration

Thanks in advance