UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

24 lines (21 loc) 415 B
/** * The locale namespace for the studio core. * * @internal * @hidden */ export const studioLocaleNamespace = 'studio' as const /** * The namespace for validation messages. * * @internal * @hidden */ export const validationLocaleNamespace = 'validation' as const /** * The namespace for copy/paste messages. * * @internal * @hidden */ export const copyPasteLocalNamespace = 'copy-paste' as const