export interface LocaleDefinition { locale: string; editor: { placeholder: string; facebook: { inputPlaceholder: string; }; image: { captionInputPlaceholder: string; }; instagram: { inputPlaceholder: string; }; link: { inputPlaceholder: string; }; readMore: string; twitter: { tweet: { inputPlaceholder: string; }; }; video: { inputPlaceholder: string; }; }; }